-
Bug
-
Resolution: Fixed
-
3.0.x
-
None
-
PHP Environment:
Database:
In addition to #s24575: Since empty($dbms) is now checked after including config.php, it doesn't need to be checked later.
Index: style.php
|
===================================================================
|
--- style.php (revision 8487)
|
+++ style.php (working copy)
|
@@ -58,7 +58,7 @@
|
// server a little
|
if ($id)
|
{
|
- if (empty($acm_type) || empty($dbms))
|
+ if (empty($acm_type))
|
{
|
die('Hacking attempt');
|
}
|