Update of /cvsroot/devil-linux/web/include
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1591
Added Files:
config.inc.php.db-example
Log Message:
added example security file
--- NEW FILE: config.inc.php.db-example ---
<?
$dbname = "abc"; // database
$sql_host = "xxx"; // mysql host
$sql_username = "abc"; // username
$sql_password = "abc123"; // password
$POLLDB["dbName"] = "abc";
$POLLDB["host"] = "xxx";
$POLLDB["user"] = "abc";
$POLLDB["pass"] = "abc123";
?>
|