diff --git a/.gitignore b/.gitignore index 66d12619..1421360c 100644 --- a/.gitignore +++ b/.gitignore @@ -116,6 +116,5 @@ d_log/*.txt d_setting/set.php set.php config.php -d_session/sess_* -data/session/sess_* +sess_* */logs/*.txt diff --git a/.vscode/settings.json b/.vscode/settings.json index e2cb2826..d8e64b4b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,12 +6,13 @@ "**/CVS": true, "**/.DS_Store": true, "**/logs/*.txt": true, - "**/session/sess*":true, + "**/session/sess**":true, + "**/che_close": true, }, "search.exclude": { - "**/che_close/*": true, - "e_lib/*":true, + "**/che_close": true, + "e_lib":true, }, } \ No newline at end of file diff --git a/twe_close/data/session/sess_0g2lnrmd2poc1blmuai0r5vfoq b/twe_close/data/session/sess_0g2lnrmd2poc1blmuai0r5vfoq index 21b7d81a..d8c64fa5 100644 --- a/twe_close/data/session/sess_0g2lnrmd2poc1blmuai0r5vfoq +++ b/twe_close/data/session/sess_0g2lnrmd2poc1blmuai0r5vfoq @@ -1 +1 @@ -p_ip|s:12:"192.168.0.26";p_time|i:1515870030; \ No newline at end of file +p_ip|s:12:"192.168.0.26";p_time|i:1515870626; \ No newline at end of file diff --git a/twe_close/func_string.php b/twe_close/func_string.php index c84011af..484d057f 100644 --- a/twe_close/func_string.php +++ b/twe_close/func_string.php @@ -240,7 +240,7 @@ class _String { $size = strlen($str); $count = ($maxsize - $size); - + $string = ''; for($i=0; $i < $count; $i++) { $string = $string.$ch; } diff --git a/twe_close/install2_ok.php b/twe_close/install2_ok.php index 1441a8a7..89e2944e 100644 --- a/twe_close/install2_ok.php +++ b/twe_close/install2_ok.php @@ -1,6 +1,15 @@