Skip to content

Commit

Permalink
Reverting last two commits
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn.niji@gmail.com committed Apr 4, 2009
1 parent 3387590 commit 195e70b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions changelog.txt
Expand Up @@ -24,8 +24,6 @@ Sigla:
+ Removed split between frontend and backend.
+ Added an ID to the "view this page" link so it can be styled.
+ Added Danish translation for admin and file manager. Thanks Kenan.
- Fixed USE_MOD_REWRITE is undefined in case of system not yet being installed - issue 132
- Fixed issue with failed login redirecting to admin section once logged in. - issue 131
- Fixed issue with settings table. Changed table setting's field value to TEXT instead of VARCHAR.
- Fixed GET variables not being available in Frog's frontend. - issue 75
- Fixed issue where AutoLoader did not find file for 'PageArchiveMonthIndex' - issue 101
Expand Down Expand Up @@ -256,4 +254,4 @@ Sigla:
bug fix: filter in snippet is now like in parts

0.1.1
first public version with 1 week of dev... mega alpha beta version.
first public version with 1 week of dev... mega alpha beta version.
2 changes: 0 additions & 2 deletions frog/app/controllers/LoginController.php
Expand Up @@ -99,8 +99,6 @@ function login()
}
else {
Flash::set('error', __('Login failed. Please check your login data and try again.'));
if ($data['redirect'] != null && $data['redirect'] != 'null')
redirect($data['redirect']);
Observer::notify('admin_login_failed', $data['username']);
}
}
Expand Down
4 changes: 2 additions & 2 deletions index.php
Expand Up @@ -29,11 +29,11 @@

require FROG_ROOT.'/config.php';

define('BASE_URL', URL_PUBLIC . (USE_MOD_REWRITE ? '': '?'));

// if you have installed frog and see this line, you can comment it or delete it :)
if ( ! defined('DEBUG')) { header('Location: install/'); exit(); }

define('BASE_URL', URL_PUBLIC . (USE_MOD_REWRITE ? '': '?'));

require CORE_ROOT.'/Framework.php';

if (USE_PDO)
Expand Down

0 comments on commit 195e70b

Please sign in to comment.