removed mods directory from the ATutor codebase
[atutor.git] / mods / atutor_opencaps / include / config.inc.php
diff --git a/mods/atutor_opencaps/include/config.inc.php b/mods/atutor_opencaps/include/config.inc.php
deleted file mode 100755 (executable)
index 640d6e0..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-<?php\r
-/****************************************************************/\r
-/* Atutor-OpenCaps Module                                              \r
-/****************************************************************/\r
-/* Copyright (c) 2010                           \r
-/* Written by Antonio Gamba                                            \r
-/* Adaptive Technology Resource Centre / University of Toronto\r
-/*\r
-/* This program is free software. You can redistribute it and/or\r
-/* modify it under the terms of the GNU General Public License\r
-/* as published by the Free Software Foundation.\r
-/****************************************************************/\r
-\r
-/*\r
- * default value = ''; \r
- * set this only if using an external instace of Open Caps\r
-  */\r
-$ocAtSettings['ocWebPath'] = '';\r
-\r
-/*\r
- * default caption format \r
- */\r
-$ocAtSettings['ccReturnFormat'] = 'SubRipSrt';  \r
-\r
-/*\r
- * default file extension for caption format \r
- */\r
-$ocAtSettings['defaultCcExt'] = 'srt'; \r
-\r
-\r
-/*\r
- * Media File Formats to look for in AT File Manager\r
- */\r
-$ocAtSettings['supportedMedia'] = 'mov|mp4|flv|mpg4|avi|mp3|mov|qt|mp4|m4v|mpg|mpeg|dv|mp3|wav|aac|midi|au|avi|aiff';\r
-\r
-/*\r
- * default = 0; uses AT/get.php to access files\r
- * = 1, uses AT/content/[courseId]/[fileName]\r
- */\r
-$ocAtSettings['contentUrlType'] = 1;\r
-\r
-/*\r
- *  default value = false; \r
- * changing this will break connectivity with Open Caps. \r
- * So do NOT set this = true unless you know what you are doing\r
- */\r
-$ocAtSettings['debugMode'] = false;\r
-\r
-/*\r
- *  default value = false; \r
- * if set to true, the module will show all AT session and cookie variables \r
- */\r
-$ocAtSettings['showAtVars'] = false; \r
-?>
\ No newline at end of file