📄 account_share.php
字号:
<?
########################################
#OsoonCrm
#客户列表
########################################
include "include/check.inc.php";
include "include/db.inc.php";
$sql="update crm_account set Shared='1' where AccountID='$AccountID'";
mysql_query($sql);
Header("Location: account_list.php");
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -