diff options
| author | lsces <lester@lsces.co.uk> | 2013-07-11 22:12:00 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-07-11 22:12:00 +0100 |
| commit | 2c6fc9d1247a6a3ffafa5dc6ddd02707f0b63b4c (patch) | |
| tree | d25275061fb1249119ce62056c92819044c1c2eb /main.php | |
| parent | 0a174c91e4c5e0beb8fc13142d1e0742f6357342 (diff) | |
| download | fisheye-2c6fc9d1247a6a3ffafa5dc6ddd02707f0b63b4c.tar.gz fisheye-2c6fc9d1247a6a3ffafa5dc6ddd02707f0b63b4c.tar.bz2 fisheye-2c6fc9d1247a6a3ffafa5dc6ddd02707f0b63b4c.zip | |
white space and comment block mods fir phpdoc manual
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 |
