diff options
Diffstat (limited to 'toj/php/event_exec.cpp')
-rw-r--r-- | toj/php/event_exec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toj/php/event_exec.cpp b/toj/php/event_exec.cpp index 25d7944..af258c0 100644 --- a/toj/php/event_exec.cpp +++ b/toj/php/event_exec.cpp @@ -1,7 +1,7 @@ #include "event_exec.h" #define EVENT_BUFLEN 1005 -#define EVENT_URL "http://10.8.0.2/toj/php/event.php" +#define EVENT_URL "http://localhost/toj/php/event.php" struct event_handle { |