このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
dom
/
freaCMS
ウォッチ
1
スター
1
フォーク
0
コード
課題
1
プルリクエスト
0
リリース
2
Wiki
アクティビティ
ソースを参照
cache images in global tmp directory
tags/v1.0
Dominik Schmidt-Philipp
4年前
親
599787a3fd
コミット
a8265b477d
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分情報を表示
+1
-1
app/modules/cachedimage.php
+ 1
- 1
app/modules/cachedimage.php
ファイルの表示
@@ -5,7 +5,7 @@ namespace Modules;
class CachedImage {
public $original;
public $cache_dir = "
rsc/img_display
/";
public $cache_dir = "
tmp
/";
public $default_width = 500;
function __construct($path) {
書き込み
プレビュー
読み込み中…
キャンセル
保存