[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_8-7-g252ab52

The branch, QA_3_3 has been updated via 252ab527bc485db3f8987433ea7b1d1baa371ea8 (commit) from 540cd447a3f8b8e324daf9ccd2ec8112687a690f (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: libraries/db_table_exists.lib.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libraries/db_table_exists.lib.php b/libraries/db_table_exists.lib.php index d1ae16a..e81c4be 100644 --- a/libraries/db_table_exists.lib.php +++ b/libraries/db_table_exists.lib.php @@ -79,7 +79,7 @@ if (empty($is_table) && !defined('PMA_SUBMIT_MULT') && ! defined('TABLE_MAY_BE_A } if (! $is_table) { - require 'db_sql.php'; + require './db_sql.php'; exit; } } hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař