From 866aa3fa5136ba733cbb9fd0cc025244aeb162d0 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Sun, 2 Feb 2020 13:17:07 -0500 Subject: [PATCH] Set correct permssions on files and directories Set Directories to 755 and files to 644. Some other monitor updates and code cleanups --- add_software_modal.php | 10 +++++----- client_software.php | 4 ++-- dist/css/adminlte.css | 0 dist/css/adminlte.css.map | 0 dist/css/adminlte.min.css | 0 dist/css/adminlte.min.css.map | 0 edit_login_modal.php | 12 ++++++------ vendor/myclabs/deep-copy/.gitattributes | 0 vendor/myclabs/deep-copy/.gitignore | 0 vendor/myclabs/deep-copy/.travis.yml | 0 vendor/paragonie/random_compat/build-phar.sh | 0 vendor/stripe-php-7.0.2/build.php | 0 vendor/stripe-php-7.0.2/update_certs.php | 0 13 files changed, 13 insertions(+), 13 deletions(-) mode change 100755 => 100644 dist/css/adminlte.css mode change 100755 => 100644 dist/css/adminlte.css.map mode change 100755 => 100644 dist/css/adminlte.min.css mode change 100755 => 100644 dist/css/adminlte.min.css.map mode change 100755 => 100644 vendor/myclabs/deep-copy/.gitattributes mode change 100755 => 100644 vendor/myclabs/deep-copy/.gitignore mode change 100755 => 100644 vendor/myclabs/deep-copy/.travis.yml mode change 100755 => 100644 vendor/paragonie/random_compat/build-phar.sh mode change 100755 => 100644 vendor/stripe-php-7.0.2/build.php mode change 100755 => 100644 vendor/stripe-php-7.0.2/update_certs.php diff --git a/add_software_modal.php b/add_software_modal.php index ece626ed..2b5c5655 100644 --- a/add_software_modal.php +++ b/add_software_modal.php @@ -11,20 +11,20 @@