removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / fragments / binary.php
diff --git a/mods/wiki/fragments/binary.php b/mods/wiki/fragments/binary.php
deleted file mode 100644 (file)
index c028d7a..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-
-/*
-  If you cannot manage to include() the core "ewiki.php" library
-  before any plain <HTML> output is made inside "yoursite.php", you
-  could use such a lib wrapper beside yoursites/index.php
-
-  It is also useful, if you want to keep binary data in a separate
-  database, say a db_flat_files one - because you can then set this up
-  herein without any affect to yoursites/ewiki.php
-  
-  Try also the new "z.php" wrapper instead, which provides access
-  to ?binary= database entries.
-*/
-
-
- # remember to define() inside ewiki.php or yoursite.php:
- define("EWIKI_SCRIPT_BINARY", "binary.php?binary=");
-
-
- #-- that's all:
- mysql_connect("localhost", "DBUSER", "DBPASSWORD");
- mysql_query("use DATABASENAME");
-
- include("ewiki.php");
-
-?>
\ No newline at end of file