Ignore:
Timestamp:
Sep 23, 2020, 11:32:27 AM (4 years ago)
Author:
roby
Message:

Admin: prime modifiche per compatibilità con php 7.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/common.php

    r2 r336  
    3333                                $arr[$name] = strip_tags( $arr[$name] );
    3434                        }
    35                         if (!get_magic_quotes_gpc()) {
    36                                 $arr[$name] = addslashes( $arr[$name] );
    37                         }
     35                        $arr[$name] = addslashes( $arr[$name] );
    3836                }
    3937                return $arr[$name];
Note: See TracChangeset for help on using the changeset viewer.