CMXX - Updated Products page
This commit is contained in:
@@ -10,7 +10,7 @@ $base_url .= '/' . ltrim(substr(str_replace('\\', '/', realpath(__DIR__)), strle
|
||||
define('base_url', rtrim($base_url, '/') . '/');
|
||||
session_start();
|
||||
// Include the configuration file, this contains settings you can change.
|
||||
include '../config.php';
|
||||
include '../custom/settings/config.php';
|
||||
// Include functions and connect to the database using PDO MySQL
|
||||
include '../functions.php';
|
||||
// Connect to MySQL database
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
defined('admin') or exit;
|
||||
// Configuration file
|
||||
$file = '../config.php';
|
||||
$file = '../custom/settings/config.php';
|
||||
// Open the configuration file for reading
|
||||
$contents = file_get_contents($file);
|
||||
// Format key function
|
||||
|
||||
Reference in New Issue
Block a user