check if PHPMYADMIN is set
This commit is contained in:
parent
d3266a202d
commit
0f772aa173
@ -6,6 +6,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
class Advisor
|
||||
{
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Load vendor configuration.
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since phpMyAdmin 3.0.0
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo add caching
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* the list base class
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* TCPDF wrapper class.
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
require_once './libraries/tcpdf/tcpdf.php';
|
||||
|
||||
|
||||
@ -5,7 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* base Partition Class
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
require_once './libraries/Message.class.php';
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* defines
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo make use of PMA_Message and PMA_Error
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* handles theme
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* This class tracks changes on databases, tables and views.
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines the bookmark parameters for the current user
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Removes all variables from request except whitelisted ones.
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* checks given $var and returns it if valid, or $default of not valid
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
@ -160,4 +163,4 @@ $GLOBALS['data_dictionary_relations'] = array(
|
||||
)
|
||||
);
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
$auto_column_types = empty($cfg['ColumnTypes']);
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
// VARCHAR, TINYINT, TEXT and DATE are listed first, based on estimated popularity
|
||||
$cfg['ColumnTypes'] = !empty($cfg['ColumnTypes']) ? $cfg['ColumnTypes'] : array(
|
||||
|
||||
@ -10,6 +10,9 @@
|
||||
* @package PhpMyAdmin-DBI
|
||||
* @subpackage Drizzle
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
// TODO: drizzle module segfaults while freeing resources, often. This allows at least for some development
|
||||
function _drizzle_shutdown_flush()
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Load BDB class.
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* the MEMORY (HEAP) storage engine
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* the MyISAM storage engine
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Engines
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* the MyISAM storage engine
|
||||
|
||||
@ -6,6 +6,9 @@
|
||||
* @todo rename to file_listing.lib.php
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns array of filtered file names
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Factory class that handles the creation of geometric objects.
|
||||
*
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Base class for all GIS data type classes.
|
||||
*
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Handles the visualization of GIS GEOMETRYCOLLECTION objects.
|
||||
*
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Handles the visualization of GIS LINESTRING objects.
|
||||
*
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Handles the visualization of GIS MULTILINESTRING objects.
|
||||
*
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Handles the visualization of GIS MULTIPOINT objects.
|
||||
*
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Handles the visualization of GIS MULTIPOLYGON objects.
|
||||
*
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Handles the visualization of GIS POINT objects.
|
||||
*
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Handles the visualization of GIS POLYGON objects.
|
||||
*
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Generates the JavaScripts needed to visualize GIS data.
|
||||
*
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@ -8,7 +8,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the "true" IP address of the current user
|
||||
|
||||
@ -6,6 +6,9 @@
|
||||
* @package PhpMyAdmin
|
||||
*
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Format a string so it can be a string inside JavaScript code inside an
|
||||
|
||||
@ -7,6 +7,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Logs user information to webserver logs.
|
||||
|
||||
@ -6,6 +6,9 @@
|
||||
* @package PhpMyAdmin
|
||||
* @todo Maybe we could try to use fileinfo module if loaded
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Tries to detect MIME type of content.
|
||||
|
||||
@ -11,6 +11,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* This function be used eventually to support more modes. It is needed
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Designer
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* This function is used to retreive some language strings that are used
|
||||
* in functionalities that are common to routines, triggers and events.
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks whether given link is valid
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
require_once "Export_Relation_Schema.class.php";
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
require_once "Export_Relation_Schema.class.php";
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* This class is inherited by all schema classes
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
require_once 'Export_Relation_Schema.class.php';
|
||||
require_once './libraries/PDF.class.php';
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
require_once 'Export_Relation_Schema.class.php';
|
||||
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* This Class interacts with the user to gather the information
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
require_once 'Export_Relation_Schema.class.php';
|
||||
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* display server selection in list or selectbox form, or option tags only
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Places matching tables in source and target databases in $matching_tables
|
||||
|
||||
@ -13,6 +13,10 @@
|
||||
* string $format: if set to 'byte' it will format the variable
|
||||
* with PMA_formatByteDown()
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
$VARIABLE_DOC_LINKS = array();
|
||||
$VARIABLE_DOC_LINKS['auto_increment_increment'] = array(
|
||||
'auto_increment_increment',
|
||||
|
||||
@ -12,6 +12,9 @@
|
||||
* @package PhpMyAdmin-String
|
||||
* @subpackage MB
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns length of string depending on current charset.
|
||||
|
||||
@ -12,6 +12,9 @@
|
||||
* @package PhpMyAdmin-String
|
||||
* @subpackage Native
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns length of string depending on current charset.
|
||||
|
||||
@ -12,6 +12,9 @@
|
||||
* @package PhpMyAdmin-String
|
||||
* @subpackage CType
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if a character is an alphanumeric one
|
||||
|
||||
@ -12,6 +12,9 @@
|
||||
* @package PhpMyAdmin-String
|
||||
* @subpackage Native
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if a character is an alphanumeric one
|
||||
|
||||
@ -8,6 +8,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
require_once 'url_generating.lib.php';
|
||||
|
||||
|
||||
@ -13,6 +13,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* returns array of options from string with options separated by comma, removes quotes
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Transformation
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function PMA_transformation_application_octetstream__download_info()
|
||||
{
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Transformation
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function PMA_transformation_application_octetstream__hex_info()
|
||||
{
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Transformation
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function PMA_transformation_image_jpeg__inline_info()
|
||||
{
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Transformation
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function PMA_transformation_image_jpeg__link_info()
|
||||
{
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Transformation
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function PMA_transformation_image_png__inline_info()
|
||||
{
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
* @package phpMyAdmin-Transformation
|
||||
* Has one option: the text to be appended (default '')
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function PMA_transformation_text_plain__append_info()
|
||||
{
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Transformation
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function PMA_transformation_text_plain__dateformat_info()
|
||||
{
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Transformation
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function PMA_transformation_text_plain__external_info()
|
||||
{
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Transformation
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function PMA_transformation_text_plain__formatted_info()
|
||||
{
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Transformation
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function PMA_transformation_text_plain__imagelink_info()
|
||||
{
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Transformation
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function PMA_transformation_text_plain__link_info()
|
||||
{
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Transformation
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function PMA_transformation_text_plain__longToIpv4_info()
|
||||
{
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Transformation
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function PMA_transformation_text_plain__sql_info()
|
||||
{
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Transformation
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
function PMA_transformation_text_plain__substr_info()
|
||||
{
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Generates text with hidden inputs.
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Common initialization for user preferences modification pages
|
||||
|
||||
@ -9,6 +9,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Path to changelog file, can be gzip compressed. Useful when you want to
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
*
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Zip file creation class.
|
||||
|
||||
@ -1,10 +1,12 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
|
||||
/**
|
||||
* Interface for the zip extension
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets zip file contents
|
||||
|
||||
Loading…
Reference in New Issue
Block a user