We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62d11a3 + f9eea91 commit 3543da7Copy full SHA for 3543da7
1 file changed
phpliteadmin.config.sample.php
@@ -18,6 +18,9 @@
18
//whether or not to scan the subdirectories of the above directory infinitely deep
19
$subdirectories = false;
20
21
+//whether or not embedd css/js content directly into HTML head
22
+$inline_resources = false;
23
+
24
//if the above $directory variable is set to false, you must specify the databases manually in an array as the next variable
25
//if any of the databases do not exist as they are referenced by their path, they will be created automatically
26
$databases = array(
0 commit comments