remove references to phpMyDesigner.net, asked by Ivan
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
/*
|
||||
@author Ivan A Kirillov (develop.php@gmail.com)
|
||||
www.phpMyDesigner.net
|
||||
*/
|
||||
include_once "./pmd_session.php";
|
||||
|
||||
|
@@ -4,7 +4,6 @@
|
||||
|
||||
/*
|
||||
@author Ivan A Kirillov (develop.php@gmail.com)
|
||||
www.phpMyDesigner.net
|
||||
*/
|
||||
require_once './libraries/relation.lib.php';
|
||||
function get_tabs() // PMA_DBI
|
||||
|
@@ -12,7 +12,7 @@ require_once 'pmd_session.php';
|
||||
<?php } ?>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset ?>" />
|
||||
<link rel="stylesheet" type="text/css" href="./libraries/pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css">
|
||||
<title>phpMyDesigner</title>
|
||||
<title>Designer</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@@ -50,7 +50,7 @@ if (isset($scale)) {
|
||||
<?php } ?>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset ?>" />
|
||||
<link rel="stylesheet" type="text/css" href="pmd/styles/<?php echo $GLOBALS['PMD']['STYLE'] ?>/style1.css">
|
||||
<title>phpMyDesigner</title>
|
||||
<title>Designer</title>
|
||||
</head>
|
||||
<body>
|
||||
<br>
|
||||
|
@@ -4,7 +4,6 @@
|
||||
|
||||
/*
|
||||
@author Ivan A Kirillov (develop.php@gmail.com)
|
||||
www.phpMyDesigner.net
|
||||
*/
|
||||
|
||||
require_once './libraries/common.lib.php';
|
||||
|
Reference in New Issue
Block a user