removed mods directory from the ATutor codebase
[atutor.git] / mods / atutor_opencaps / opencaps / conversion_service / include / config.inc.php
diff --git a/mods/atutor_opencaps/opencaps/conversion_service/include/config.inc.php b/mods/atutor_opencaps/opencaps/conversion_service/include/config.inc.php
deleted file mode 100755 (executable)
index 15f3ad8..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<?php\r
-/*////////////////////////////////////////////////////////\r
-        global vars: (these may be shared)\r
-//////////////////////////////////////////////////////*/\r
-\r
-define('MAX_FILE_SIZE',        '10485760'); //10M\r
-\r
-// store the Caption Formats available\r
-$ccFormats = Array();\r
-\r
-\r
-/*////////////////////////////////////////////////////////\r
-        global settings\r
-//////////////////////////////////////////////////////*/\r
-$rosettaCCSettings = Array();\r
-$rosettaCCSettings['fileMaxSize'] = 5000000;\r
-$rosettaCCSettings['uploadDir'] = 'imported';\r
-$rosettaCCSettings['ccformats'] = './include/classes/ccformats';\r
-\r
-// define server OS\r
-define('SERVER_OS','linux'); \r
-\r
-// Absolute URL\r
-define('ROSETTA_WEB_PATH','http://filoante.com/capscribe/service');\r
-\r
-// Root folder\r
-define('ROSETTA_ROOT_PATH','/capscribe/service'); // linux server\r
-\r
-// determine if the server has get_magic_quotes_gpc on \r
-if ( get_magic_quotes_gpc() == 1 ) \r
-{\r
-       $rosettaCCSettings['get_magic_quotes_gpc'] = 1;\r
-       //echo '<br/>get_magic_quotes_gpc = 1';\r
-} else {\r
-       $rosettaCCSettings['get_magic_quotes_gpc'] = 0;\r
-       //echo '<br/>get_magic_quotes_gpc != 1';\r
-}\r
-\r
-\r
-\r
-?>
\ No newline at end of file