Lines Matching refs:file_path
185 $file_path = $file_info['local'];
187 $file_backup = sprintf('%s.%s.gz', $file_path, date('YmdHis'));
189 $content_old = io_readFile($file_path);
196 if (io_saveFile($file_path, $content_new)) {
257 $file_path = $file_info[$file];
264 echo hsc(io_readFile($file_path));
267 echo $file_path;
268 echo (file_exists($file_path) ? ' · ' . $lang['lastmod'] . ' ' . $file_lastmod : '');
283 $file_path = $file_info['local'];
284 $file_data = (file_exists($file_path) ? io_readFile($file_path) : '');
299 echo $file_path;
300 echo (file_exists($file_path) ? ' · ' . $lang['lastmod'] . ' ' . $file_lastmod : '');