文件操作 - arch.php
返回文件管理
返回主菜单
删除本文件
文件: /var/softaculous/shopsite/arch.php
编辑文件内容
<?php // What is the architecture ? function __arch(){ $arch = trim(shell_exec('uname -m')); $arch = (preg_match('/64/is', $arch) ? 'x86_64' : 'x86'); return $arch; } $arch = __arch(); echo '<arch>'.$arch.'</arch>'; @unlink('arch.php'); ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件