Skip to content
Snippets Groups Projects
Commit 13ee3f34 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

not using include file, but autoloaded directly (in statistics module)

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1306 44740490-163a-0410-bde0-09ae8108e29a
parent 4c2ad9b9
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env php
<?php
require_once( dirname(dirname(dirname(dirname(__FILE__)))) . '/www/_include.php');
/* This is the base directory of the simpleSAMLphp installation. */
$baseDir = dirname(dirname(dirname(dirname(__FILE__))));
/* Add library autoloader. */
require_once($baseDir . '/lib/_autoload.php');
/* Initialize the configuration. */
SimpleSAML_Configuration::init($baseDir . '/config');
$progName = array_shift($argv);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment