unplanned execution path

This commit is contained in:
Marc Delisle
2006-04-06 16:00:59 +00:00
parent eb55a50401
commit aaa65441d2
5 changed files with 27 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2006-04-06 Marc Delisle <lem9@users.sourceforge.net> 2006-04-06 Marc Delisle <lem9@users.sourceforge.net>
### 2.8.0.3 released from branch MAINT_2_8_0 ### 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> 2006-03-28 Marc Delisle <lem9@users.sourceforge.net>
* libraries/Table_class.php, /sqlparser.lib.php: bug #1458245, * libraries/Table_class.php, /sqlparser.lib.php: bug #1458245,

View File

@@ -1,3 +1,9 @@
<?php
// unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) {
exit();
}
?>
/******************************************************************************/ /******************************************************************************/
/* general tags */ /* general tags */
body { body {

View File

@@ -1,3 +1,9 @@
<?php
// unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) {
exit();
}
?>
/******************************************************************************/ /******************************************************************************/
/* general tags */ /* general tags */
body { body {

View File

@@ -1,3 +1,9 @@
<?php
// unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) {
exit();
}
?>
/******************************************************************************/ /******************************************************************************/
/* general tags */ /* general tags */
body { body {

View File

@@ -1,3 +1,9 @@
<?php
// unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) {
exit();
}
?>
/******************************************************************************/ /******************************************************************************/
/* general tags */ /* general tags */
body { body {