mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
- renamed class Version to LetoDMS_Version
This commit is contained in:
parent
f14f5f3bf5
commit
be2024b912
|
@ -17,12 +17,12 @@
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
class Version {
|
||||
class LetoDMS_Version {
|
||||
|
||||
var $_number = "v2.0.1";
|
||||
var $_string = "LetoDMS";
|
||||
|
||||
function Version() {
|
||||
function LetoDMS_Version() {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ if (!$user->isAdmin()) {
|
|||
UI::exitError(getMLText("admin_tools"),getMLText("access_denied"));
|
||||
}
|
||||
|
||||
$v = new Version;
|
||||
$v = new LetoDMS_Version;
|
||||
|
||||
UI::htmlStartPage($v->banner());
|
||||
UI::globalNavigation();
|
||||
|
|
Loading…
Reference in New Issue
Block a user