[gnomeweb-wp] change wppo directory to use 0755 chmod instead of 0777
- From: Vinicius Scopel Depizzol <vdepizzol src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wp] change wppo directory to use 0755 chmod instead of 0777
- Date: Thu, 31 Mar 2011 02:33:00 +0000 (UTC)
commit d96b6be3a578f88efbbebe1e411dac19cc9f2b28
Author: Vinicius Depizzol <vdepizzol gmail com>
Date: Wed Mar 30 23:29:49 2011 -0300
change wppo directory to use 0755 chmod instead of 0777
wp-content/plugins/wppo/wppo.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/wp-content/plugins/wppo/wppo.php b/wp-content/plugins/wppo/wppo.php
index 215c60c..d989078 100644
--- a/wp-content/plugins/wppo/wppo.php
+++ b/wp-content/plugins/wppo/wppo.php
@@ -82,10 +82,10 @@ function wppo_install () {
}
if (!is_dir (WPPO_DIR)) {
- mkdir (WPPO_DIR, 0777);
- mkdir (PO_DIR, 0777);
- mkdir (POT_DIR, 0777);
- mkdir (XML_DIR, 0777);
+ mkdir (WPPO_DIR, 0755);
+ mkdir (PO_DIR, 0755);
+ mkdir (POT_DIR, 0755);
+ mkdir (XML_DIR, 0755);
}
wppo_update_pot_file ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]