unplanned execution path
This commit is contained in:
@@ -7,6 +7,8 @@ $Source$
|
||||
|
||||
2006-04-06 Marc Delisle <lem9@users.sourceforge.net>
|
||||
### 2.8.0.3 released from branch MAINT_2_8_0
|
||||
* themes/*/css/theme_left.css.php, /theme_right.css.php:
|
||||
protection from unplanned execution path
|
||||
|
||||
2006-03-28 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/Table_class.php, /sqlparser.lib.php: bug #1458245,
|
||||
|
@@ -1,3 +1,9 @@
|
||||
<?php
|
||||
// unplanned execution path
|
||||
if (!defined('PMA_MINIMUM_COMMON')) {
|
||||
exit();
|
||||
}
|
||||
?>
|
||||
/******************************************************************************/
|
||||
/* general tags */
|
||||
body {
|
||||
|
@@ -1,3 +1,9 @@
|
||||
<?php
|
||||
// unplanned execution path
|
||||
if (!defined('PMA_MINIMUM_COMMON')) {
|
||||
exit();
|
||||
}
|
||||
?>
|
||||
/******************************************************************************/
|
||||
/* general tags */
|
||||
body {
|
||||
|
@@ -1,3 +1,9 @@
|
||||
<?php
|
||||
// unplanned execution path
|
||||
if (!defined('PMA_MINIMUM_COMMON')) {
|
||||
exit();
|
||||
}
|
||||
?>
|
||||
/******************************************************************************/
|
||||
/* general tags */
|
||||
body {
|
||||
|
@@ -1,3 +1,9 @@
|
||||
<?php
|
||||
// unplanned execution path
|
||||
if (!defined('PMA_MINIMUM_COMMON')) {
|
||||
exit();
|
||||
}
|
||||
?>
|
||||
/******************************************************************************/
|
||||
/* general tags */
|
||||
body {
|
||||
|
Reference in New Issue
Block a user