Skip to content
Snippets Groups Projects
Commit bbcb5bdc authored by Brett Bieber's avatar Brett Bieber
Browse files

Do not rely on current working directory being in the include path

parent c4d99483
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* This is the main file for the graduate catalog. * This is the main file for the graduate catalog.
*/ */
require_once '../config.inc.php'; require_once dirname(__DIR__).'/config.inc.php';
$catalog = new UNL_Catalog(); $catalog = new UNL_Catalog();
$catalog->run(); $catalog->run();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment