File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11<?php
22error_reporting (E_ALL );
3- if (version_compare (PHP_VERSION ,'5.4.0 ' ,'< ' )) die ('Require PHP 5.4 or higher ' );
43if (!extension_loaded ('sqlite3 ' ) && !extension_loaded ('pdo_sqlite ' )) die ('Install sqlite3 or pdo_sqlite extension! ' );
54session_name ('Lite ' );
65session_start ();
76$ bg =2 ;
87$ step =20 ;
9- $ version ="3.17 " ;
8+ $ version ="3.18 " ;
109$ bbs =['False ' ,'True ' ];
1110$ deny =['sqlite_sequence ' ];
1211$ js =(file_exists ('jquery.js ' )?"/jquery.js " :"https://code.jquery.com/jquery-1.12.4.min.js " );
@@ -419,7 +418,7 @@ public function getTables($dbx) {
419418$ head ='<!DOCTYPE html><html lang="en"><head>
420419<title>EdLiteAdmin</title><meta charset="utf-8">
421420<style>
422- *{margin:0;padding:0;font-size:12px ;color:#333;font-family:Arial}
421+ *{margin:0;padding:0;font-size:14px ;color:#333;font-family:Arial}
423422html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;background:#fff}
424423html,textarea{overflow:auto}
425424.container{overflow:auto;overflow-y:hidden;-ms-overflow-y:hidden;white-space:nowrap;scrollbar-width:thin}
You can’t perform that action at this time.
0 commit comments