remove cloѕing php tag

This commit is contained in:
Uwe Steinmann 2020-04-20 10:18:51 +02:00
parent c51bb143ad
commit dcfefa5801
19 changed files with 0 additions and 24 deletions

View File

@ -147,4 +147,3 @@ if($settings->_cookieLifetime) {
/* Turn off http only cookies if jumploader is enabled */ /* Turn off http only cookies if jumploader is enabled */
setcookie("mydms_session", $dms_session, $lifetime, $settings->_httpRoot, null, null, !$settings->_enableLargeFileUpload); setcookie("mydms_session", $dms_session, $lifetime, $settings->_httpRoot, null, null, !$settings->_enableLargeFileUpload);
} }
?>

View File

@ -301,4 +301,3 @@ class SeedDMS_AccessOperation {
return false; return false;
} /* }}} */ } /* }}} */
} }
?>

View File

@ -90,4 +90,3 @@ class SeedDMS_Calendar {
return $ret; return $ret;
} /* }}} */ } /* }}} */
} }
?>

View File

@ -248,5 +248,4 @@ class SeedDMS_Controller_Common {
} }
return false; return false;
} /* }}} */ } /* }}} */
} }

View File

@ -215,4 +215,3 @@ class SeedDMS_EmailNotify extends SeedDMS_Notify {
return true; return true;
} /* }}} */ } /* }}} */
} }
?>

View File

@ -47,4 +47,3 @@ class SeedDMS_EmailUtils {
} /* }}} */ } /* }}} */
} }
?>

View File

@ -30,5 +30,3 @@
*/ */
class SeedDMS_ExtBase { class SeedDMS_ExtBase {
} }
?>

View File

@ -29,4 +29,3 @@ abstract class SeedDMS_Notify {
abstract function toGroup($sender, $groupRecipient, $subject, $message, $params=array()); abstract function toGroup($sender, $groupRecipient, $subject, $message, $params=array());
abstract function toList($sender, $recipients, $subject, $message, $params=array()); abstract function toList($sender, $recipients, $subject, $message, $params=array());
} }
?>

View File

@ -274,4 +274,3 @@ class Password_Strength {
return $score_info; return $score_info;
} }
} }
?>

View File

@ -510,4 +510,3 @@ class SeedDMS_SessionMgr {
} /* }}} */ } /* }}} */
} }
?>

View File

@ -1575,4 +1575,3 @@ class Settings { /* {{{ */
} /* }}} */ } /* }}} */
?>

View File

@ -181,5 +181,3 @@ class UI extends UI_Default {
exit; exit;
} }
} }
?>

View File

@ -1113,4 +1113,3 @@ mayscript>
<?php <?php
} /* }}} */ } /* }}} */
} }
?>

View File

@ -209,4 +209,3 @@ class SeedDMS_View_Common {
echo "};\n"; echo "};\n";
} /* }}} */ } /* }}} */
} }
?>

View File

@ -64,5 +64,3 @@ if(isset($GLOBALS['SEEDDMS_HOOKS']['initDMS'])) {
} }
} }
} }
?>

View File

@ -306,4 +306,3 @@ function getAttributeValidationError($error, $attrname='', $attrvalue='', $regex
} }
} /* }}} */ } /* }}} */
?>

View File

@ -34,5 +34,3 @@ if ($settings->_logFileEnable) {
} else { } else {
$logger = null; $logger = null;
} }
?>

View File

@ -80,5 +80,3 @@ if($settings->_enableFullSearch) {
* relative to it. * relative to it.
*/ */
ini_set('include_path', $settings->_rootDir. PATH_SEPARATOR .ini_get('include_path')); ini_set('include_path', $settings->_rootDir. PATH_SEPARATOR .ini_get('include_path'));
?>

View File

@ -663,4 +663,3 @@ class SeedDMS_CSRF {
//$kkk = $CSRF->create_api_key(); //$kkk = $CSRF->create_api_key();
//echo $kkk; //echo $kkk;
//echo $CSRF->check_api_key($kkk) ? 'valid' : 'invalid'; //echo $CSRF->check_api_key($kkk) ? 'valid' : 'invalid';
?>