| ... | ... |
@@ -20,19 +20,6 @@ |
| 20 | 20 |
// To read the license please visit http://www.gnu.org/copyleft/gpl.html |
| 21 | 21 |
// ---------------------------------------------------------------------- |
| 22 | 22 |
|
| 23 |
-/* PHP 8 fix */ |
|
| 24 |
-$allowed_tags = ''; |
|
| 25 |
-$recentdays = ''; |
|
| 26 |
-$sitename = ''; |
|
| 27 |
-$url = ''; |
|
| 28 |
-$multiplecats = ''; |
|
| 29 |
-$minwords = ''; |
|
| 30 |
-$maxwords = ''; |
|
| 31 |
-$action = ''; |
|
| 32 |
-$pwdsetting = ''; |
|
| 33 |
-$imagewidth = ''; |
|
| 34 |
-$imageheight = ''; |
|
| 35 |
- |
|
| 36 | 23 |
define("_BASEDIR", "");
|
| 37 | 24 |
require_once("config.php");
|
| 38 | 25 |
|