<?php /** * phpChangeLog configuration * * This holds SQL and version configuration * If you want to place it outside the webtree (good thing!), change * the 'require' in ../index.php */ # This is the phpChangeLog version. Change it to whatever u want :) $version = "phpChangelog v0.6"; # Location to the MySQL server $sql_server = "localhost"; # MySQL database name $sql_database = "phpChangeLog"; # MySQL username $sql_username = "phpChangeLog"; # MySQL password $sql_password = "password"; ?>