是否有一个开源的、基于 Web 的配置编辑器来编辑有效的 php 样式 ini 文件?

发布于 2024-10-26 19:59:02 字数 157 浏览 3 评论 0原文

Cpanel 有一些很酷的配置编辑器,可以抓取 .ini 文件,将其全部粘贴在 Web 表单中...它以纯文本形式输出所有注释,然后为有效行提供内联文本输入...因此用户可以更改配置通过网络....

我想知道是否有一些开源软件,最好是 php 的,可以做同样的事情...用于 CMS。

Cpanel has some cool config editors that grab an .ini file, stick it all in a web form...it spits out in plain text all comments, then offers an inline text input for valid lines...so a user can change configs through the web....

I'm wondering if there's some open source software, preferably in php, that does the same...for use in a CMS.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

隐诗 2024-11-02 19:59:02

您可以将 ini 文件的内容加载到表单内的文本区域中。将 http://codemirror.net/ 应用于文本区域以提供特定格式。

You could load the contents of the ini file into a textarea within a form. Apply http://codemirror.net/ to the textarea to provide specific formatting.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文