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

📄 inc_common.asp

📁 可在线管理ACCESS数据库,可新建,修改,建表等如同本地操作数据库
💻 ASP
字号:
<%Option Explicit%>
<!--#include file=inc_config.asp -->
<!--#include file=inc_protect.asp -->
<!--#include file=inc_lang.asp -->
<!--#include file=inc_profile_engine.asp -->
<!--#include file=inc_LangEngine.asp -->
<!--#include file=inc_functions.asp -->
<!--#include file=inc_engine.asp -->

<%
'********************************************************
'*	Do not change any values below!						*
'********************************************************

	'DBAdmin Version
	Const DBA_VERSION = "2.3"

	'Name of administrator	
	Const DBA_cfgAdminUsername = "admin"
	
	'Session timeout. 0 is default
	Dim DBA_cfgSessionTimeout : DBA_cfgSessionTimeout = 0

	'Configuration object. Loaded in LoadProfile and freed in inc_footer.inc
	Dim StpProfile
	
	'load profile and language
	call DBA_LoadProfile()
	call DBA_LoadLanguage()
	
	'/-----------------------------------------------------------
	'| Addons are under design, they will go here for now
	'| Later I will think how to incorporate addons and plugins
	'\-----------------------------------------------------------
	Dim DBA_cfgAddonsFolder : DBA_cfgAddonsFolder = "plugins"
	Dim DBA_addTextEditor : DBA_addTextEditor = "htmleditor/htmleditor.html"
%>

⌨️ 快捷键说明

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