summaryrefslogtreecommitdiffstats
path: root/code/message.inc.php
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-01-07 02:30:00 +0100
committerneoraider <devnull@localhost>2006-01-07 02:30:00 +0100
commit61f7b4cc39a399a16298453acbe5a8f49ad0513d (patch)
tree0689466391e396e8e62c883994148f09f60c467b /code/message.inc.php
parenta89ac4fda6c7cab6cace4078491c29f215213ab2 (diff)
downloadneon-61f7b4cc39a399a16298453acbe5a8f49ad0513d.tar
neon-61f7b4cc39a399a16298453acbe5a8f49ad0513d.zip
Hmm... die Content-Handler sind jetzt ansatzweise implementiert.
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 013c697..7f9343d 100644
--- a/code/message.inc.php
+++ b/code/message.inc.php
@@ -4,10 +4,10 @@
include('config/config.inc.php');
- include('code/subst.inc.php');
+ include('code/util.inc.php');
$message['PageNotFound'] = 'The page $page does not exist.';
- $message['Forbidden'] = 'The page $page is protected.';
+ $message['Forbidden'] = 'The page $page is protected.';
$message['InternalError'] = 'An internal error has occourred.';
if($config['language'] != 'en') @include('lang/' . $config['language'] . '.inc.php');