summaryrefslogtreecommitdiffstats
path: root/handlers/phpexec.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'handlers/phpexec.inc.php')
-rw-r--r--handlers/phpexec.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/handlers/phpexec.inc.php b/handlers/phpexec.inc.php
index fa84d61..76dccae 100644
--- a/handlers/phpexec.inc.php
+++ b/handlers/phpexec.inc.php
@@ -1,6 +1,6 @@
<?PHP
- include('code/message.inc.php');
- include('code/links.inc.php');
+ require_once('code/message.inc.php');
+ require_once('code/links.inc.php');
class phpexec_handler {
function Get($data) {