summaryrefslogtreecommitdiffstats
path: root/code/message.inc.php
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-03-04 15:41:05 +0100
committerneoraider <devnull@localhost>2006-03-04 15:41:05 +0100
commit75057f07edfe2fd8cad316701555b7a56dc01da6 (patch)
treece5b3d47874d2eeebfd8f000f828259f722263af /code/message.inc.php
parentcea3e4c0de51683979fdad6868c9e383e9039f10 (diff)
downloadneon-75057f07edfe2fd8cad316701555b7a56dc01da6.tar
neon-75057f07edfe2fd8cad316701555b7a56dc01da6.zip
Unnoetige DB-Klasse entfernt + alle Aufrufe auf AdoDB umgestellt;
Unquote-Funktion hinzugefuegt
Diffstat (limited to 'code/message.inc.php')
-rw-r--r--code/message.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/message.inc.php b/code/message.inc.php
index 7b49a66..c351e70 100644
--- a/code/message.inc.php
+++ b/code/message.inc.php
@@ -2,9 +2,9 @@
if(!defined('MESSAGE_INC')) {
define('MESSAGE_INC', 1);
- include('config/config.inc.php');
+ require_once('config/config.inc.php');
- include('code/util.inc.php');
+ require_once('code/util.inc.php');
$message['Error'] = 'Error';
$message['PageNotFound'] = 'The page \'$page\' does not exist.';