From 383cdcbffa371bdefd3b767ea3a7d246b7e3f222 Mon Sep 17 00:00:00 2001 From: Junhuai <850217160@qq.com> Date: Tue, 23 Oct 2018 19:27:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E5=B7=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/admin/index.php | 4 +- ...99094474b1b760af61_0.file.user_row.tpl.php | 0 http/index.php | 2 +- http/php/admin_signin.php | 5 ++ http/php/admin_signout.php | 16 +++--- http/php/admin_signup.php | 5 ++ http/php/back_rental.php | 6 ++- http/php/conn_db.php | 20 +++---- http/php/delete_car.php | 53 ++++++++++--------- http/php/delete_rental.php | 5 ++ http/php/edit_car.php | 5 ++ http/php/edit_rental.php | 5 ++ http/php/edit_user.php | 5 ++ http/php/fixed.php | 5 ++ http/php/get_ip.php | 0 http/php/go_rental.php | 5 ++ http/php/new_car.php | 5 ++ http/php/new_rental.php | 5 ++ http/php/users_signin.php | 5 ++ http/php/users_signout.php | 5 ++ http/php/users_signup.php | 5 ++ ...82b0d6b25_0.file.rental_edit_users.tpl.php | 0 ...d5e47a0b4965837f_0.file.rental_row.tpl.php | 0 ...016b4774e2cdb0a_0.file.rental_edit.tpl.php | 0 ...dab032854f_0.file.rental_row_users.tpl.php | 0 http/users.php | 2 +- 26 files changed, 122 insertions(+), 46 deletions(-) mode change 100644 => 100755 http/admin/index.php mode change 100644 => 100755 http/admin/templates_c/e946c83f5008ad3e4c36e999094474b1b760af61_0.file.user_row.tpl.php mode change 100644 => 100755 http/index.php mode change 100644 => 100755 http/php/get_ip.php mode change 100644 => 100755 http/templates_c/239445a935b3b77340d463542d690fc82b0d6b25_0.file.rental_edit_users.tpl.php mode change 100644 => 100755 http/templates_c/b56a6cb775ce515dcd6a9759d5e47a0b4965837f_0.file.rental_row.tpl.php mode change 100644 => 100755 http/templates_c/f5d7d803bdd7298acd77ec078016b4774e2cdb0a_0.file.rental_edit.tpl.php mode change 100644 => 100755 http/templates_c/fd228254344118bba762f433e8dfb0dab032854f_0.file.rental_row_users.tpl.php diff --git a/http/admin/index.php b/http/admin/index.php old mode 100644 new mode 100755 index 187fc50..3eaf2c6 --- a/http/admin/index.php +++ b/http/admin/index.php @@ -2,7 +2,7 @@ //记录ip require_once "../php/get_ip.php"; //日志 - clientlog(); + // clientlog(); ?> @@ -49,7 +49,7 @@