Files foreach ((array)$_SESSION["bigtree_admin"]["developer"]["package"]["files"] as $file) { ?> Warning: Use of undefined constant SERVER_ROOT - assumed 'SERVER_ROOT' (this will throw an Error in a future version of PHP) in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/developer/packages/build/files.php on line 13 Notice: Undefined variable: file in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/developer/packages/build/files.php on line 13 } ?> Browse For File
Tables $used_tables = array(); foreach ((array)$_SESSION["bigtree_admin"]["developer"]["package"]["tables"] as $table_hash) { list($table,$type) = explode("#",$table_hash); $used_tables[] = $table; ?> icon_small_export } else { ?>icon_small_list } ?>" title=" if ($type == "with-data") { ?>Structure & Data } else { ?>Structure Only } ?>"> Notice: Undefined variable: table in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/developer/packages/build/files.php on line 34 } ?> $q = sqlquery("SHOW TABLES"); while ($f = sqlfetch($q)) { $table = $f["Tables_in_".$bigtree["config"]["db"]["name"]]; if (substr($table,0,8) != "bigtree_" && !in_array($table,$used_tables)) { ?> Notice: Undefined variable: table in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/developer/packages/build/files.php on line 49 } } ?>