7.4 to the go

This commit is contained in:
2022-12-19 20:26:14 +02:00
parent 6cd7b13db0
commit 924be6329b
237 changed files with 38764 additions and 89531 deletions

View File

@@ -91,7 +91,7 @@ if( !isset($url[2]) || $url[2] == '' ) {
}else{
if( isset($_FILES['filename']) ) {
include('html/class.upload.php');
require_once('html/class.upload.php');
$handle = new upload($_FILES['filename']);
$count = mysql_fetch_array(mysql_query('SELECT COUNT(*) FROM `users` WHERE `uid` = "'.$u->info['id'].'" AND `time` > '.(time()-60).' LIMIT 1'));
if( $count > 3 && $u->info['admin'] == 0 ) {