diff options
Diffstat (limited to 'toj/php/event.inc.php')
-rw-r--r-- | toj/php/event.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toj/php/event.inc.php b/toj/php/event.inc.php index 9d2a23c..acc2f14 100644 --- a/toj/php/event.inc.php +++ b/toj/php/event.inc.php @@ -5,7 +5,7 @@ class event private static function init() { - event::$white_list = array('10.8.0.2'); + event::$white_list = array('127.0.0.1'); } // execute function $name in file $fname |