You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/index.php
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
1
<?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
+
*/
2
8
/**
3
9
* File Includes
4
10
*/
@@ -191,6 +197,7 @@
191
197
}
192
198
}
193
199
200
+
$_TPLROOT['page_title'] = htmlentities($_TPLROOT['page_title'], ENT_QUOTES); // To prevent breaking HTML syntax, convert all special characters to HTML entities
0 commit comments