diff --git a/scripts/advanced.php b/scripts/advanced.php index dd7ffef..3277090 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -141,6 +141,7 @@ if(isset($_SESSION['success'])){
+ diff --git a/scripts/edit_scripts.php b/scripts/edit_scripts.php new file mode 100644 index 0000000..9ce3c0a --- /dev/null +++ b/scripts/edit_scripts.php @@ -0,0 +1,46 @@ +Moved.', htmlspecialchars($url)); + exit(); +} + +// read the textfile +$text = file_get_contents($file); + +?> + + + + +
+ + +
+ +
+ diff --git a/scripts/list_pages.php b/scripts/list_pages.php new file mode 100644 index 0000000..9205868 --- /dev/null +++ b/scripts/list_pages.php @@ -0,0 +1,115 @@ + + +
+
+
+"; + if(is_dir($dir.'/'.$file)){ + printFoldersRecursive($dir.'/'.$file); + } + } +} + +printFoldersRecursive('../../BirdSongs/Extracted'); +?> +
+
+
+ diff --git a/scripts/list_scripts.php b/scripts/list_scripts.php new file mode 100644 index 0000000..4f5128e --- /dev/null +++ b/scripts/list_scripts.php @@ -0,0 +1,115 @@ + + +
+
+
+"; + if(is_dir($dir.'/'.$file)){ + printFoldersRecursive($dir.'/'.$file); + } + } +} + +printFoldersRecursive('.'); +?> +
+
+
+