removed mods directory from the ATutor codebase
[atutor.git] / mods / wordpress / index_instructor.php
diff --git a/mods/wordpress/index_instructor.php b/mods/wordpress/index_instructor.php
deleted file mode 100644 (file)
index cbdc742..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php\r
-define('AT_INCLUDE_PATH', '../../include/');\r
-require (AT_INCLUDE_PATH.'vitals.inc.php');\r
-authenticate(AT_PRIV_WORDPRESS);\r
-require (AT_INCLUDE_PATH.'header.inc.php');\r
-?>\r
-<a href="<?php echo $_config['wp-url']; ?>wp-login.php" target="tool_frame">\r
-<?php echo _AT('wordpress_login'); ?></a>\r
-<iframe src="<?php echo $_config['wp-url']; ?>" width="95%" height="450" style="border:none;" name="tool_frame">\r
-<p><?php echo _AT('wordpress_no_iframe',$_config['wp-url']); ?>wp-login.php"><?php echo _AT('wordpress_login'); ?></a></p>\r
-</iframe>\r
-\r
-<?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>
\ No newline at end of file