Solving a PHP-related problem

Source: Internet
Author: User
Solving a PHP problem

if (!is_file ('./data/install.lock ')) {
Header (' Location:./install.php ');
Exit
}
/* Current Program version */
Define (' Pin_version ', ' 3.0 ');
/* Current Program release */
Define (' Pin_release ', ' 20140124 ');
/* App Name */
Define (' App_name ', ' APP ');
/* Application directory */
Define (' App_path ', './app/');
/* Template directory */
Define (' Tmpl_path ', './tpl/');
/* Data Catalog */
Define (' Pin_data_path ', './data/');
/* Extended Directory */
Define (' Extend_path ', App_path. ' extend/');
/* Configuration file directory */
Define (' Conf_path ', Pin_data_path. ' config/');
/* Data Catalog */
Define (' Runtime_path ', Pin_data_path. ' runtime/');
/* HTML static file directory */
Define (' Html_path ', Pin_data_path. ' html/');
/* Debug Switch */
Define (' App_debug ', false);
Require ("./_core/setup.php");


Above is a web App's index page, now has a URL of http://********.com/index.php?m=weixin&a=index
Which jump page does this URL point to?
------Solution--------------------
Or yourself, will not jump

The learning framework should read the development manual first
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.