]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_user.php
'what','action','module' and 'output_mode' wrapped into functions (WARNUNG: Code...
[mailer.git] / inc / modules / admin / what-config_user.php
index 5479e097dbb960c0f805af208ccc8c038907ce5b..8b5a2e7f93f7051f21c56b4f74e4532af4fe99bd 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()) {
        // Save settings
        ADMIN_SAVE_SETTINGS_POST();
 } else {