]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_primera.php
'what','action','module' and 'output_mode' wrapped into functions (WARNUNG: Code...
[mailer.git] / inc / modules / admin / what-config_primera.php
index 35ff5c61f71b3c164bd9d69d09628d827431d641..d4af5be2dbb1ea782d49d41bf59e5c9d47afa686 100644 (file)
 
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }
 
 // Add description as navigation point
 ADD_DESCR('admin', __FILE__);
 
-if (IS_FORM_SENT()) {
+if (isFormSent()) {
        // First merge temporarily the new API data into the current config
        mergeConfig(REQUEST_POST_ARRAY());