⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 213.inc

📁 groupoffice
💻 INC
字号:
<?php
/*
This script will update the databse fopr version 2.03
*/

$db = new db();
$db->Halt_On_Error = 'no';
$sql = "SELECT * FROM acl";$db->query($sql);while($db->next_record()){	if(!$GO_SECURITY->group_in_acl($GO_CONFIG->group_root, $db->f('acl_id')))	{		$GO_SECURITY->add_group_to_acl($GO_CONFIG->group_root, $db->f('acl_id'));	}}@rename($GO_CONFIG->file_storage_path, $GO_CONFIG->file_storage_path.'users/');if(!is_dir($GO_CONFIG->file_storage_path.'users/')){	echo '<b>Warning:</b> Unable to move the user data into a subdirectory \'users\'. Please do this manually.<br />';}?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -