mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
Add comment
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
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 {
|
||||
/** @visibility protected(set) */ public string $error = ''; // HTML
|
||||
|
||||
|
Reference in New Issue
Block a user