Commit 481956db by Jansa Jose

Update config.php

parent caa468fa
<?php defined("BASEPATH") OR exit("No direct script access allowed");
$config["base_url"] = "https://".$_SERVER["HTTP_HOST"].dirname($_SERVER["SCRIPT_NAME"]);
$config["base_url"] = "http://".$_SERVER["HTTP_HOST"].dirname($_SERVER["SCRIPT_NAME"]);
$config["index_page"] = "index.php";
$config["uri_protocol"] = "REQUEST_URI";
$config["url_suffix"] = " ";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment