2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added configuration directive for Auto advance: LIME_AUTO_ADVANCE

This commit is contained in:
azammitdcarf
2010-02-07 22:32:48 +00:00
parent c174aab40b
commit c42bdefa30
2 changed files with 10 additions and 2 deletions

View File

@@ -104,6 +104,11 @@ if (!defined('SUPERVISOR_EXTENSION')) define('SUPERVISOR_EXTENSION',"0392517290"
*/
if (!defined('LIME_PATH')) define('LIME_PATH', 'include/limesurvey/');
/**
*
*/
if (!defined('LIME_AUTO_ADVANCE')) define('LIME_AUTO_ADVANCE', true);
/**
* The path to queXS from the server root
*/