Skip to content
Snippets Groups Projects
Commit 2f427aed authored by Tim Steiner's avatar Tim Steiner
Browse files

Reporting of approved courses.

parent c7c8b537
No related branches found
Tags
No related merge requests found
......@@ -8,6 +8,7 @@ set_include_path(get_include_path() . PATH_SEPARATOR . APPLICATION_PATH);
set_include_path(get_include_path() . PATH_SEPARATOR . APPLICATION_PATH . '/library');
set_include_path(get_include_path() . PATH_SEPARATOR . APPLICATION_PATH . '/models/rows');
set_include_path(get_include_path() . PATH_SEPARATOR . APPLICATION_PATH . '/models/tables');
set_include_path(get_include_path() . PATH_SEPARATOR . APPLICATION_PATH . '/models/rowsets');
set_include_path(get_include_path() . PATH_SEPARATOR . PEAR_PATH);
require_once('Zend/Loader.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment