aboutsummaryrefslogtreecommitdiff
path: root/r7r_repo/main.php
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-10-28 23:34:49 +0100
committerKevin Chabowski <kevin@kch42.de>2013-10-28 23:34:49 +0100
commitab1a35700cd8590ec8c674c4e668820c04fa7d53 (patch)
tree4ce16bdb4efa272d99e1a820de25c9df73702a3a /r7r_repo/main.php
parente7f507db0a8f6cb6f92ad0430ccc7a8796f448fb (diff)
downloadr7r-repo-ab1a35700cd8590ec8c674c4e668820c04fa7d53.tar.gz
r7r-repo-ab1a35700cd8590ec8c674c4e668820c04fa7d53.tar.bz2
r7r-repo-ab1a35700cd8590ec8c674c4e668820c04fa7d53.zip
New STE version included
Diffstat (limited to 'r7r_repo/main.php')
-rw-r--r--r7r_repo/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/r7r_repo/main.php b/r7r_repo/main.php
index a7f075b..6ea6e2f 100644
--- a/r7r_repo/main.php
+++ b/r7r_repo/main.php
@@ -43,7 +43,7 @@ CREATE TABLE IF NOT EXISTS `PREFIX_users` (
}
/* Include more files... */
-require_once(dirname(__FILE__) . "/stupid_template_engine.php");
+require_once(dirname(__FILE__) . "/ste.php");
require_once(dirname(__FILE__) . "/models.php");
require_once(dirname(__FILE__) . "/urlprocess.php");
require_once(dirname(__FILE__) . "/pwhash.php");