removed mods directory from the ATutor codebase
[atutor.git] / mods / atutor_opencaps / opencaps / include / config.inc.php
diff --git a/mods/atutor_opencaps/opencaps/include/config.inc.php b/mods/atutor_opencaps/opencaps/include/config.inc.php
deleted file mode 100755 (executable)
index dd248b3..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-<?php\r
-/*\r
- * OpenCaps\r
- * http://opencaps.atrc.utoronto.ca\r
- * \r
- * Copyright 2009 Heidi Hazelton\r
- * Adaptive Technology Resource Centre, University of Toronto\r
- * \r
- * Licensed under the Educational Community License (ECL), Version 2.0. \r
- * You may not use this file except in compliance with this License.\r
- * http://www.opensource.org/licenses/ecl2.php\r
- * \r
- */\r
-\r
-/* edit with correct values and copy to /include/config.inc.php */\r
-\r
-\r
-/* general config */\r
-define('MAX_FILE_SIZE',        '10485760'); //10M\r
-define('DISABLE_LOCAL',        true);\r
-define('ACTIVE_SYSTEM', '1');\r
-\r
-/* mysql config */\r
-define('DB_USER',              '');\r
-define('DB_PASSWORD',  '');\r
-define('DB_HOST',              'localhost');\r
-define('DB_PORT',              '3306');\r
-define('DB_NAME',       'opencaps');\r
-define('ACTIVE_SYSTEM', '1');\r
-define('MODULE_MODE_ON', true);\r
-define('OC_DEBUG_MODE_ON', false);\r
-\r
-/*\r
- * added by Anto\r
- */\r
-if(!isset($_SESSION['atutor_base_url']))\r
-{\r
-       if(isset($_GET['athome']) && $_GET['athome']!='')\r
-       {\r
-               $_SESSION['atutor_base_url'] = $_GET['athome'];\r
-       } else {\r
-               $_SESSION['atutor_base_url'] = '';\r
-       }\r
-}\r
-$systems[1]['url'] = $_SESSION['atutor_base_url'].'/mods/AtOpenCaps/service.php';\r
-$systems[1]['name'] = 'atutor';\r
-$systems[1]['type'] = 'atutor';\r
-?>
\ No newline at end of file