X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_session.php;h=bdf4af075a687bfb112e7c87d88a87eac2a880e1;hb=2b388c21a07e07317ccb065d42ef7304cfca7718;hp=6b6ba9667a88e44652609ffa3d3cdda88b4c78c7;hpb=414570c5081d337bb6c28dcf521bd8bca02f69e7;p=mailer.git diff --git a/inc/modules/admin/what-config_session.php b/inc/modules/admin/what-config_session.php index 6b6ba9667a..bdf4af075a 100644 --- a/inc/modules/admin/what-config_session.php +++ b/inc/modules/admin/what-config_session.php @@ -11,9 +11,9 @@ * Kurzbeschreibung : Session-Einstellungen * * -------------------------------------------------------------------- * * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -47,7 +47,7 @@ ADD_DESCR("admin", __FILE__); if (IS_FORM_SENT()) { // Test Path - if ((!REQUEST_ISSET_POST(('session_save_path'))) || ((is_dir(REQUEST_POST('session_save_path'))) && (is_writeable(REQUEST_POST('session_save_path'))))) { + if ((!REQUEST_ISSET_POST(('session_save_path'))) || ((isDirectory(REQUEST_POST('session_save_path'))) && (is_writeable(REQUEST_POST('session_save_path'))))) { // Save configuration ADMIN_SAVE_SETTINGS_POST(); } else {