From a6c6a19d4f2f501eb6adf81cfc23dc61f3cfba08 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 11 Apr 2020 01:12:57 -0400 Subject: [PATCH] Drop the executable bit from all PHP files. find . -name '*.php' -exec chmod -x {} \+ ; --- admin/global.php | 0 admin/index.php | 0 admin/permission.php | 0 admin/priority.php | 0 admin/product.php | 0 admin/resolution.php | 0 admin/setting.php | 0 admin/severity.php | 0 admin/status.php | 0 admin/usergroup.php | 0 admin/userhelp.php | 0 attachment.php | 0 docs/mycookies.php | 0 docs/recache.php | 0 framework/api.php | 0 framework/date.php | 0 framework/db_mysql_pdo.php | 0 framework/dev/conditionaltest.php | 0 framework/dev/xmltest.php | 0 framework/functions.php | 0 framework/graph_pie.php | 0 framework/installer.css.php | 0 framework/installer.php | 0 framework/kernel.php | 0 framework/mail.php | 0 framework/pagination.php | 0 framework/printer.css.php | 0 framework/printer.php | 0 framework/printer_css.php | 0 framework/printer_navigation.php | 0 framework/template.php | 0 framework/template_fs.php | 0 framework/xml.php | 0 global.php | 0 includes/class_message_reporter.php | 0 includes/functions.php | 0 includes/functions_datastore.php | 0 includes/init.php | 0 login.php | 0 newreport.php | 0 register.php | 0 viewattachment.php | 0 42 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 admin/global.php mode change 100755 => 100644 admin/index.php mode change 100755 => 100644 admin/permission.php mode change 100755 => 100644 admin/priority.php mode change 100755 => 100644 admin/product.php mode change 100755 => 100644 admin/resolution.php mode change 100755 => 100644 admin/setting.php mode change 100755 => 100644 admin/severity.php mode change 100755 => 100644 admin/status.php mode change 100755 => 100644 admin/usergroup.php mode change 100755 => 100644 admin/userhelp.php mode change 100755 => 100644 attachment.php mode change 100755 => 100644 docs/mycookies.php mode change 100755 => 100644 docs/recache.php mode change 100755 => 100644 framework/api.php mode change 100755 => 100644 framework/date.php mode change 100755 => 100644 framework/db_mysql_pdo.php mode change 100755 => 100644 framework/dev/conditionaltest.php mode change 100755 => 100644 framework/dev/xmltest.php mode change 100755 => 100644 framework/functions.php mode change 100755 => 100644 framework/graph_pie.php mode change 100755 => 100644 framework/installer.css.php mode change 100755 => 100644 framework/installer.php mode change 100755 => 100644 framework/kernel.php mode change 100755 => 100644 framework/mail.php mode change 100755 => 100644 framework/pagination.php mode change 100755 => 100644 framework/printer.css.php mode change 100755 => 100644 framework/printer.php mode change 100755 => 100644 framework/printer_css.php mode change 100755 => 100644 framework/printer_navigation.php mode change 100755 => 100644 framework/template.php mode change 100755 => 100644 framework/template_fs.php mode change 100755 => 100644 framework/xml.php mode change 100755 => 100644 global.php mode change 100755 => 100644 includes/class_message_reporter.php mode change 100755 => 100644 includes/functions.php mode change 100755 => 100644 includes/functions_datastore.php mode change 100755 => 100644 includes/init.php mode change 100755 => 100644 login.php mode change 100755 => 100644 newreport.php mode change 100755 => 100644 register.php mode change 100755 => 100644 viewattachment.php diff --git a/admin/global.php b/admin/global.php old mode 100755 new mode 100644 diff --git a/admin/index.php b/admin/index.php old mode 100755 new mode 100644 diff --git a/admin/permission.php b/admin/permission.php old mode 100755 new mode 100644 diff --git a/admin/priority.php b/admin/priority.php old mode 100755 new mode 100644 diff --git a/admin/product.php b/admin/product.php old mode 100755 new mode 100644 diff --git a/admin/resolution.php b/admin/resolution.php old mode 100755 new mode 100644 diff --git a/admin/setting.php b/admin/setting.php old mode 100755 new mode 100644 diff --git a/admin/severity.php b/admin/severity.php old mode 100755 new mode 100644 diff --git a/admin/status.php b/admin/status.php old mode 100755 new mode 100644 diff --git a/admin/usergroup.php b/admin/usergroup.php old mode 100755 new mode 100644 diff --git a/admin/userhelp.php b/admin/userhelp.php old mode 100755 new mode 100644 diff --git a/attachment.php b/attachment.php old mode 100755 new mode 100644 diff --git a/docs/mycookies.php b/docs/mycookies.php old mode 100755 new mode 100644 diff --git a/docs/recache.php b/docs/recache.php old mode 100755 new mode 100644 diff --git a/framework/api.php b/framework/api.php old mode 100755 new mode 100644 diff --git a/framework/date.php b/framework/date.php old mode 100755 new mode 100644 diff --git a/framework/db_mysql_pdo.php b/framework/db_mysql_pdo.php old mode 100755 new mode 100644 diff --git a/framework/dev/conditionaltest.php b/framework/dev/conditionaltest.php old mode 100755 new mode 100644 diff --git a/framework/dev/xmltest.php b/framework/dev/xmltest.php old mode 100755 new mode 100644 diff --git a/framework/functions.php b/framework/functions.php old mode 100755 new mode 100644 diff --git a/framework/graph_pie.php b/framework/graph_pie.php old mode 100755 new mode 100644 diff --git a/framework/installer.css.php b/framework/installer.css.php old mode 100755 new mode 100644 diff --git a/framework/installer.php b/framework/installer.php old mode 100755 new mode 100644 diff --git a/framework/kernel.php b/framework/kernel.php old mode 100755 new mode 100644 diff --git a/framework/mail.php b/framework/mail.php old mode 100755 new mode 100644 diff --git a/framework/pagination.php b/framework/pagination.php old mode 100755 new mode 100644 diff --git a/framework/printer.css.php b/framework/printer.css.php old mode 100755 new mode 100644 diff --git a/framework/printer.php b/framework/printer.php old mode 100755 new mode 100644 diff --git a/framework/printer_css.php b/framework/printer_css.php old mode 100755 new mode 100644 diff --git a/framework/printer_navigation.php b/framework/printer_navigation.php old mode 100755 new mode 100644 diff --git a/framework/template.php b/framework/template.php old mode 100755 new mode 100644 diff --git a/framework/template_fs.php b/framework/template_fs.php old mode 100755 new mode 100644 diff --git a/framework/xml.php b/framework/xml.php old mode 100755 new mode 100644 diff --git a/global.php b/global.php old mode 100755 new mode 100644 diff --git a/includes/class_message_reporter.php b/includes/class_message_reporter.php old mode 100755 new mode 100644 diff --git a/includes/functions.php b/includes/functions.php old mode 100755 new mode 100644 diff --git a/includes/functions_datastore.php b/includes/functions_datastore.php old mode 100755 new mode 100644 diff --git a/includes/init.php b/includes/init.php old mode 100755 new mode 100644 diff --git a/login.php b/login.php old mode 100755 new mode 100644 diff --git a/newreport.php b/newreport.php old mode 100755 new mode 100644 diff --git a/register.php b/register.php old mode 100755 new mode 100644 diff --git a/viewattachment.php b/viewattachment.php old mode 100755 new mode 100644 -- 2.22.5