|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/testregisgroup/js/menu/extras/php_mysql_based_menu/ |
Upload File : |
<?php /* This is the config file for setting up database driven menus The settings here are pretty much self explanitory and should be straight forward for somebody who has a little knowldge of PHP and MySQL */ $dbHost = 'localhost'; // Where is the MySQL Server located $dbName = 'mysql_db'; // The name of the database $dbUser = 'mysql_user'; // MySQL username $dbPasswd = 'mysql_password'; // MySQL password $sendErrorReports=true; // Send MySQL error messages via email $adminEmail = "[email protected]"; // Email address of user who should get MySQL error reports $table_prefix = 'mm_'; // Prefix of menu tables $pathToCodeFiles="http://www.yourwebsite.com/"; // The www root to where the menu code files are located /// The following is only changed if the name of the menu code files have been changed. $menuIncFiles=array(); $menuIncFiles[]="milonic_menu_code.js"; $menuVars=array(); $menuVars["menuCloseDelay"]=500; $menuVars["menuOpenDelay"]=150; $menuVars["subOffsetTop"]=0; $menuVars["subOffsetLeft"]=0; ?>