aboutsummaryrefslogtreecommitdiff
path: root/party.php
diff options
context:
space:
mode:
authorMaZderMind2014-11-29 19:31:21 +0100
committerMaZderMind2014-11-29 19:31:21 +0100
commit6fea306ab914287bc2e6ec242f440e31e440110f (patch)
tree21c308f2fc31999ff9c8a31491c5ecddd9b8bf0b /party.php
parenta3f189df339781c6aa4177b03cc1175a6bc53efe (diff)
move url rewriting into php
for better compatibility with nginx
Diffstat (limited to 'party.php')
-rw-r--r--party.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/party.php b/party.php
deleted file mode 100644
index a095df3..0000000
--- a/party.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-require_once('lib/bootstrap.php');
-
-$room = $_GET['room'];
-echo $tpl->render(array(
- 'page' => 'party',
-
- 'title' => $GLOBALS['CONFIG']['ROOMS'][$room],
-
- 'rooms' => $GLOBALS['CONFIG']['ROOMS'],
-
- 'room' => $room,
- 'roomname' => $GLOBALS['CONFIG']['ROOMS'][$room],
-));