Skip to content

Commit 3543da7

Browse files
authored
Merge pull request #1 from ttodua/patch-2
Update phpliteadmin.config.sample.php
2 parents 62d11a3 + f9eea91 commit 3543da7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

phpliteadmin.config.sample.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
//whether or not to scan the subdirectories of the above directory infinitely deep
1919
$subdirectories = false;
2020

21+
//whether or not embedd css/js content directly into HTML head
22+
$inline_resources = false;
23+
2124
//if the above $directory variable is set to false, you must specify the databases manually in an array as the next variable
2225
//if any of the databases do not exist as they are referenced by their path, they will be created automatically
2326
$databases = array(

0 commit comments

Comments
 (0)