removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / fragments / blocks / intpages.php
diff --git a/mods/wiki/fragments/blocks/intpages.php b/mods/wiki/fragments/blocks/intpages.php
deleted file mode 100644 (file)
index c50ac3c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-/*
-   Just lists all the internal/dynamic page plugins, as seen
-   in the default example-1 script.
-*/
-
-
-if (true) {
-
-   foreach ($GLOBALS["ewiki_plugins"]["page"] as $pid=>$uu) {
-
-      echo "ยท " . ewiki_script("", $pid) . "<br>\n";
-
-   }
-}
-
-
-?>
\ No newline at end of file