Skip to content

Commit eabf544

Browse files
authored
3.18
-remove php version check -increase general font size
1 parent 772c00a commit eabf544

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lite.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?php
22
error_reporting(E_ALL);
3-
if(version_compare(PHP_VERSION,'5.4.0','<')) die('Require PHP 5.4 or higher');
43
if(!extension_loaded('sqlite3') && !extension_loaded('pdo_sqlite')) die('Install sqlite3 or pdo_sqlite extension!');
54
session_name('Lite');
65
session_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}
423422
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;background:#fff}
424423
html,textarea{overflow:auto}
425424
.container{overflow:auto;overflow-y:hidden;-ms-overflow-y:hidden;white-space:nowrap;scrollbar-width:thin}

0 commit comments

Comments
 (0)