【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');
相关文章
相关标签/搜索