mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Add comment
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Adminer;
|
namespace Adminer;
|
||||||
|
|
||||||
// any method change in this file should be transferred to editor/include/adminer.inc.php and plugins.inc.php
|
// any method change in this file should be transferred to editor/include/adminer.inc.php
|
||||||
|
|
||||||
|
/** Default Adminer plugin; it should call methods via $adminer->f() instead of $this->f() to give chance to other plugins */
|
||||||
class Adminer {
|
class Adminer {
|
||||||
/** @visibility protected(set) */ public string $error = ''; // HTML
|
/** @visibility protected(set) */ public string $error = ''; // HTML
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user