diff --git a/bin/checkDemoData.php b/bin/checkDemoData.php new file mode 100755 index 0000000000..31e8c3bf6d --- /dev/null +++ b/bin/checkDemoData.php @@ -0,0 +1,14 @@ +db->prefix . 'config') === false and + strpos($sql, $config->db->prefix . 'company') === false and + strpos($sql, $config->db->prefix . 'group') === false + ) $output .= $sql; +} +file_put_contents("../db/demo.sql", $output); +