diff options
Diffstat (limited to 'main.php')
| -rw-r--r-- | main.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,9 @@ // +----------------------------------------------------------------------+ chdir( dirname( __FILE__ ) ); - +/** + * Setup + */ require_once( '../kernel/setup_inc.php' ); //Point of access for FisheyeRemote requests |
