Skip to content

Commit

Permalink
Merge pull request #5 from d4rk22/develop
Browse files Browse the repository at this point in the history
Change config.ini path
  • Loading branch information
d4rk22 committed May 17, 2016
2 parents c59d846 + a7dca61 commit a26ae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/php/functions.php
Expand Up @@ -10,7 +10,7 @@
date_default_timezone_set("CST");

// Import variables from config file
$config_path = '/Library/Server/Web/Data/Sites/config.ini'; //path to config file, recommend you place it outside of web root
$config_path = '../../config.ini'; //path to config file, recommend you place it outside of web root
$config = parse_ini_file($config_path);

// Network Details
Expand Down

0 comments on commit a26ae06

Please sign in to comment.