Skip to content

Instantly share code, notes, and snippets.

@yu-tang
Created August 14, 2011 17:49
Show Gist options
  • Save yu-tang/1145122 to your computer and use it in GitHub Desktop.
Save yu-tang/1145122 to your computer and use it in GitHub Desktop.
Vanilla のコンフィグ ファイルを編集可能にする
パーミッションが775になるので、FTP で上書きできない。
原因。
/library/core/class.configuration.php
L559 chmod($TmpFile, 0775);
なので、0706 とか 0756 あたりに変えておく。
こういう設定値こそコンフィグでカスタマイズできるようにしておいてほしい感じだけれど。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment