mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 07:22:11 +00:00
remove cloѕing php tag
This commit is contained in:
parent
c51bb143ad
commit
dcfefa5801
|
@ -147,4 +147,3 @@ if($settings->_cookieLifetime) {
|
|||
/* Turn off http only cookies if jumploader is enabled */
|
||||
setcookie("mydms_session", $dms_session, $lifetime, $settings->_httpRoot, null, null, !$settings->_enableLargeFileUpload);
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -301,4 +301,3 @@ class SeedDMS_AccessOperation {
|
|||
return false;
|
||||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -90,4 +90,3 @@ class SeedDMS_Calendar {
|
|||
return $ret;
|
||||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -248,5 +248,4 @@ class SeedDMS_Controller_Common {
|
|||
}
|
||||
return false;
|
||||
} /* }}} */
|
||||
|
||||
}
|
||||
|
|
|
@ -215,4 +215,3 @@ class SeedDMS_EmailNotify extends SeedDMS_Notify {
|
|||
return true;
|
||||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -47,4 +47,3 @@ class SeedDMS_EmailUtils {
|
|||
} /* }}} */
|
||||
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -30,5 +30,3 @@
|
|||
*/
|
||||
class SeedDMS_ExtBase {
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -29,4 +29,3 @@ abstract class SeedDMS_Notify {
|
|||
abstract function toGroup($sender, $groupRecipient, $subject, $message, $params=array());
|
||||
abstract function toList($sender, $recipients, $subject, $message, $params=array());
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -274,4 +274,3 @@ class Password_Strength {
|
|||
return $score_info;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -510,4 +510,3 @@ class SeedDMS_SessionMgr {
|
|||
|
||||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -1575,4 +1575,3 @@ class Settings { /* {{{ */
|
|||
|
||||
} /* }}} */
|
||||
|
||||
?>
|
||||
|
|
|
@ -181,5 +181,3 @@ class UI extends UI_Default {
|
|||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -1113,4 +1113,3 @@ mayscript>
|
|||
<?php
|
||||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -209,4 +209,3 @@ class SeedDMS_View_Common {
|
|||
echo "};\n";
|
||||
} /* }}} */
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -64,5 +64,3 @@ if(isset($GLOBALS['SEEDDMS_HOOKS']['initDMS'])) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -306,4 +306,3 @@ function getAttributeValidationError($error, $attrname='', $attrvalue='', $regex
|
|||
}
|
||||
} /* }}} */
|
||||
|
||||
?>
|
||||
|
|
|
@ -34,5 +34,3 @@ if ($settings->_logFileEnable) {
|
|||
} else {
|
||||
$logger = null;
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -80,5 +80,3 @@ if($settings->_enableFullSearch) {
|
|||
* relative to it.
|
||||
*/
|
||||
ini_set('include_path', $settings->_rootDir. PATH_SEPARATOR .ini_get('include_path'));
|
||||
|
||||
?>
|
||||
|
|
|
@ -663,4 +663,3 @@ class SeedDMS_CSRF {
|
|||
//$kkk = $CSRF->create_api_key();
|
||||
//echo $kkk;
|
||||
//echo $CSRF->check_api_key($kkk) ? 'valid' : 'invalid';
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user