Размер файла: 1.19Kb
- <?php
- if ($query3!='') $nocache=$query3+0;
- $fp = @fopen ($userpath."opeation.cache", "r");$testcache = trim(@fgets($fp, 10));@fclose ($fp);
- if ($nocache!=$testcache)
- {
- if (file_exists($userpath.'_BUFER_/'.$editfile) && ($query4!='rewrite'))
- {
- print $head.cyr2utf('<card id="main" title="В портфель"><p>'.
- '<b>Файл '.$editfile.' уже есть в портфеле, заменить?</b><br/>'.
- '<a href="http://wap.kmx.ru/?'.$id.'/fm'.$dmpage.$mpage.'/'.$editfile.'/output/'.$nocache.'/rewrite">Заменить</a><br/>'.
- '<a href="http://wap.kmx.ru/?'.$id.'/fm'.$dmpage.$mpage.'/'.$editfile.'">Отмена</a>'.
- '</p></card></wml>');
- exit;
- }
-
- if (!is_dir($userpath.'_BUFER_')) {@mkdir($userpath.'_BUFER_');@chmod($userpath.'_BUFER_',0777);}
- @unlink($userpath.'_BUFER_/'.$editfile);
- @copy($userpath.$currentdir.$editfile,$userpath.'_BUFER_/'.$editfile);
- $fp = fopen ($userpath."opeation.cache", "w+");fwrite ($fp, $nocache);fclose ($fp);
- }
- print $head.cyr2utf('<card id="main" title="В портфель"><p>'.
- 'Файл '.$editfile.' успешно скопирован в портфель.<br/>'.
- '<a href="http://wap.kmx.ru/?'.$id.'/fm'.$dmpage.$mpage.'/'.$editfile.'">К файлу</a>'.
- '</p></card></wml>');
- exit;
- ?>