root/dev/index.php
@
279
Revision 254, 360 bytes (checked in by exi, 15 years ago) |
---|
Line | |
---|---|
1 | <?php |
2 | |
3 | /* |
4 | * Request forwarder, look at common/index.php for the action and license |
5 | */ |
6 | |
7 | @error_reporting(E_ALL ^ E_NOTICE); |
8 | if (PHP_OS != 'Linux') |
9 | { |
10 | @ini_set('include_path', ini_get('include_path').';.\\common\\includes'); |
11 | } |
12 | else |
13 | { |
14 | @ini_set('include_path', ini_get('include_path').':./common/includes'); |
15 | } |
16 | include('common/index.php'); |
17 | ?> |
Note: See TracBrowser
for help on using the browser.