Browse code

Initial uplad w/ php7 fixes

Rainer Volkrodt authored on 2016/03/12 15:54:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+<?php
2
+$blocks["categories"]["status"] = 1;
3
+$blocks["info"]["status"] = 2;
4
+$blocks["login"]["status"] = 1;
5
+$blocks['login']['acctlink'] = 2;
6
+$blocks["login"]["form"] = 1; // Long form with register and lost password options
7
+$blocks["random"]["status"] = 2;
8
+$blocks["recent"]["status"] = 2;
9
+$blocks["featured"]["status"] = 1;
10
+$blocks["featured"]["tpl"] = 2;
11
+$blocks["skinchange"]["status"] = 1;
12
+$blocks["news"]["status"] = 2;
13
+$displayprofile = 1;
14
+?>
0 15
\ No newline at end of file