-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32c51a7
commit 3113520
Showing
9 changed files
with
115 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* @author Andreas Gohr <[email protected]> | ||
*/ | ||
|
||
$meta['namespace'] = 'The namespace in which your queries are created. Be sure to use the proper ACL restrictions to prevent unauthorized user to do arbitrary SQL queries.'; | ||
$meta['dsn'] = 'The connection <a href="https://www.php.net/manual/en/pdo.construct.php">DSN string</a> for your database.'; | ||
$meta['user'] = 'The user name to connect to your database.'; | ||
$meta['pass'] = 'The password to connect to your database'; | ||
$lang['namespace'] = 'The namespace in which your queries are created. Be sure to use the proper ACL restrictions to prevent unauthorized user to do arbitrary SQL queries.'; | ||
$lang['dsn'] = 'The connection <a href="https://www.php.net/manual/en/pdo.construct.php">DSN strings</a> for your databases.'; | ||
$lang['user'] = 'The user name to connect to your database (if not supplied above).'; | ||
$lang['pass'] = 'The password to connect to your database (if not supplied above).'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
textarea[name="config[plugin____dbquery____dsn]"] { | ||
white-space: nowrap; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters