Browse code

rss.php: remove recent PHP 8 fix - this also means the old error suppression entries are no longer needed

Clarissa Walker authored on 2026/09/10 12:16:30
Showing 1 changed files
... ...
@@ -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