[ PHPXref.com ] [ Generated: Sun Jul 20 19:05:20 2008 ] [ OpenNewsletter 2.4.3 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/includes/ -> config.php (source)

   1  <?
   2      $admin_username = 'admin';
   3      $admin_password = 'admin';
   4      $admin_name = 'Self Exile';
   5      $admin_email = 'self.exile@gmail.com';
   6      
   7      $charset = 'UTF-8';
   8      $unsubscribe_link = 'on';
   9      $site_url = 'http://www.MyWebsite.com';
  10      $opennewsletter_dir = 'OpenNewsletter';
  11      $db_file = 'subscribers.txt';
  12  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]