changeset 4 | cde92f6ec29f |
parent 3 | e7447a6044ec |
child 5 | 9b96265b5918 |
3:e7447a6044ec | 4:cde92f6ec29f |
---|---|
6 * |
6 * |
7 * This script is in the public domain. Use it for good, not evil. |
7 * This script is in the public domain. Use it for good, not evil. |
8 */ |
8 */ |
9 |
9 |
10 $public = true; |
10 $public = true; |
11 $allowcontrol = false; |
11 $allowcontrol = true; |
12 $theme = 'funkymonkey'; |
12 $theme = 'funkymonkey'; |
13 |
13 |
14 @ini_set('display_errors', 'on'); |
14 @ini_set('display_errors', 'on'); |
15 |
15 |
16 // include files |
16 // include files |