Version: 1.0
Type: Class
Category: Other
License: GNU General Public License
Description: Required by some of my scripts
<?
/*
$Id: site-example.cfg,v 1.1 2002/03/17 03:07:23 grant Exp $
$Name: $
Site variables used for script execution
This file should be either:
symlinked to site.cfg on the host
OR
copied to site.cfg on the host
*/
class SITE {
function SITE() {
@define("_V4_",true);
@define("_WCDS_","2.000.00");
}
var $LAST_UPDATE = "Sun Mar 17 15:06:20 NZST 2002";
var $hostname = "opera"; // Machine name
var $database = "OPERA"; // MySQL database
var $domain = "domain.com";
var $mail_from = "Administrator <somebody@domain.com>";
var $mail_reply_to = "somebody@domain.com";
var $password = "password";
var $server = ":/var/lib/mysql/mysql.sock";
var $user = "root";
} // END CLASS SITE
/*
$Log: site-example.cfg,v $
Revision 1.1 2002/03/17 03:07:23 grant
Lastest commit and introduction of new files
*/
?>