Browse Source
change all root directory constant with one DOCUMENT_ROOT (named like apache), remove one warning on url dispatch, adding a class autoloader
pull/16/head
change all root directory constant with one DOCUMENT_ROOT (named like apache), remove one warning on url dispatch, adding a class autoloader
pull/16/head
18 changed files with 107 additions and 78 deletions
-
9app/controllers/ControllerBase.php
-
10app/controllers/ControllerMain.php
-
20app/widgets/Admin/Admin.php
-
10index.php
-
8infos.php
-
8jajax.php
-
36loader.php
-
2mud.php
-
4system/Conf.php
-
6system/Logger.php
-
27system/Route.php
-
2system/User.php
-
18system/UtilsPicture.php
-
10system/i18n/i18n.php
-
2system/widget/WidgetBase.php
-
1themes/movim/css/style.css
-
2themes/movim/login.tpl
-
10upload.php
@ -1,6 +1,6 @@ |
|||
<?php /* -*- mode: html -*- */ |
|||
?> |
|||
<div class="main"> |
|||
<?php $this->widget('Login');?> |
|||
<?php $this->widget('Login'); ?> |
|||
<div class="clear"></div> |
|||
</div> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue