From a9aa438ea0558eb0044cf1e54a9190ddb41b65e5 Mon Sep 17 00:00:00 2001 From: cassio Date: Tue, 2 Jul 2013 09:44:46 +0400 Subject: restructuring of boca's git --- boca-1.5.2/old/connect.php | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 boca-1.5.2/old/connect.php (limited to 'boca-1.5.2/old/connect.php') diff --git a/boca-1.5.2/old/connect.php b/boca-1.5.2/old/connect.php deleted file mode 100644 index 1ee33da..0000000 --- a/boca-1.5.2/old/connect.php +++ /dev/null @@ -1,44 +0,0 @@ - $ct["contestmaxfilesize"] || strlen($name)>100 || strlen($name)<1) { - LOGLevel("User {$_SESSION["usertable"]["username"]} tried to submit file " . - ":${name}: with $size bytes.", 1); - MSGError("File size exceeds the limit allowed or invalid name."); -} else - - DBNewBkp ($_SESSION["usertable"]["contestnumber"], - $_SESSION["usertable"]["usersitenumber"], - $_SESSION["usertable"]["usernumber"], - $name, - $fn, $size); -@unlink($fn); -ForceLoad("../index.php"); -?> -- cgit v1.2.3