Small fixes for PHP8 changes

git-svn-id: svn://192.168.202.10@3864 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2024-08-09 03:33:13 +00:00
parent 3be624eb17
commit 89134c7f65
40 changed files with 45 additions and 43 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ $PHP_SELF = preg_replace('/\.php.*/i','.php',$PHP_SELF);
# see the options-example.php file for more information
if (file_exists('options.php'))
{
require_once('options.php');
require('options.php');
}
$attachment1=$_FILES["attachment1"];