Skip to content

Commit 73f629c

Browse files
Merge pull request #28 from zorgch/develop
Bugfixes
2 parents 0cb654d + 5f8146a commit 73f629c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

www/index.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?php
2+
/**
3+
* This is where it all starts.
4+
* The Index. A digital zorg. We tried to picture clusters of information as they traveled through to your computer.
5+
* Bits, bytes. With the network like freeways. We kept dreaming of a zorg we thought we'd never see.
6+
* And then, one day... we got it running.
7+
*/
28
/**
39
* File Includes
410
*/
@@ -191,6 +197,7 @@
191197
}
192198
}
193199

200+
$_TPLROOT['page_title'] = htmlentities($_TPLROOT['page_title'], ENT_QUOTES); // To prevent breaking HTML syntax, convert all special characters to HTML entities
194201
$smarty->assign('tplroot', $_TPLROOT);
195202
}
196203
catch (Exception $e) {

0 commit comments

Comments
 (0)