<?php
-include "./export.inc.php";
-
function tar_file($filename, $contents) {
$return = pack("a100a8a8a8a12a12", $filename, 644, 0, 0, decoct(strlen($contents)), decoct(time()));
$checksum = 8*32; // space for checksum itself
include "./auth.inc.php";
include "./connect.inc.php";
include "./editing.inc.php";
+include "./export.inc.php";
if (isset($_GET["download"])) {
include "./download.inc.php";
<?php
-include "./export.inc.php";
-
$table_status = table_status($_GET["select"]);
$indexes = indexes($_GET["select"]);
$operators = array("=", "<", ">", "<=", ">=", "!=", "LIKE", "REGEXP", "IN", "IS NULL");