Files
OMS/app/setup/view/notice_pathinfo.html
2025-12-28 23:13:25 +08:00

25 lines
656 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
Copyright © ShopeX http://www.shopex.cn. All rights reserved.
See LICENSE file for license details.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>提示</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
.installer-notice{
background:#FFF9CF;
border:1px solid #FFD324;
color:#514721;
padding:0.3em 0.8em 0.3em 0.8em;
}
</style>
</head>
<body>
<div class="installer-notice">不支持pathinfo</div>
</body>
</html>