From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- srcs/phpmyadmin/tbl_import.php | 44 ------------------------------------------ 1 file changed, 44 deletions(-) delete mode 100644 srcs/phpmyadmin/tbl_import.php (limited to 'srcs/phpmyadmin/tbl_import.php') diff --git a/srcs/phpmyadmin/tbl_import.php b/srcs/phpmyadmin/tbl_import.php deleted file mode 100644 index 70a359b..0000000 --- a/srcs/phpmyadmin/tbl_import.php +++ /dev/null @@ -1,44 +0,0 @@ -getHeader(); -$scripts = $header->getScripts(); -$scripts->addFile('import.js'); - -$import = new Import(); - -/** - * Gets tables information and displays top links - */ -require_once ROOT_PATH . 'libraries/tbl_common.inc.php'; -$url_query .= '&goto=tbl_import.php&back=tbl_import.php'; - -$response->addHTML( - $import->get( - 'table', - $db, - $table, - $max_upload_size - ) -); -- cgit