【opencart3源碼分析】入口文件index.php

<?php // 定義版本號 define('VERSION', '3.1.0.0_a1'); // 加載配置文件 if (is_file('config.php')) { require_once('config.php'); } // 安裝 if (!defined('DIR_APPLICATION')) { header('Location: install/index.php');
相關文章
相關標籤/搜索