文件操作 - index.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/polivares/estudiantes.uaysen.cl/html/index.php
编辑文件内容
<!doctype html> <html lang="es"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link rel="icon" href="/assets/images/favicon.png" sizes="192x192"/> <link rel="icon" href="/assets/images/favicon.png" sizes="192x192"/> <title>Universidad de Aysén</title> <script type="module" crossorigin src="/assets/js/mesa.min.js?<?php echo time() ?>"></script> <script type="module" crossorigin src="/assets/js/index.js?<?php echo time() ?>"></script> <link rel="stylesheet" crossorigin href="/assets/css/index.css?<?php echo time() ?>"> </head> <body> <div id="app"></div> </body> </html>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件