Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Marek Skiba edited this page Dec 27, 2016 · 5 revisions

Each code file (.php, .js) should have this heading:

/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * Brief explanation about this file
 *
 * @package PhpMyAdmin
 */

Followed by this in case of an include or library .php file (not for files in the root dir that are directly accessed by the browser, or for .js files) :

if (! defined('PHPMYADMIN')) {
    exit;
}

F

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.