Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2006-11-22 21:05:33 +0300
committerMarc Delisle <marc@infomarc.info>2006-11-22 21:05:33 +0300
commit21398414614e0808e4f267c332612818546de57e (patch)
treeaac74106ad0eb0ec633aa7b33697445667f465b7 /pmd_general.php
parent826eb48603577636f00489970df978179cf8bc22 (diff)
rename pmd_session.php to pmd_common.php
Diffstat (limited to 'pmd_general.php')
-rw-r--r--pmd_general.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmd_general.php b/pmd_general.php
index 11794a91b7..311ab64feb 100644
--- a/pmd_general.php
+++ b/pmd_general.php
@@ -5,7 +5,7 @@
/*
@author Ivan A Kirillov (develop.php@gmail.com)
*/
-include_once "./pmd_session.php";
+include_once "./pmd_common.php";
$tab_column = get_tab_info();
$script_tabs = get_script_tabs();