Skip to content

Instantly share code, notes, and snippets.

<?php
////////////////////////////////////////////////////////////////////////////
// VANILLA CONFIGURATION FILE
define ('INSTALL_DIR', dirname(__FILE__));
////////////////////////////////////////////////////////////////////////////
// HTTP IMPORTANT URLS
define('HTTP_SERVER', 'http://localhost/opencart/');
define('HTTPS_SERVER', 'https://localhost/opencart/');
define('HTTP_ADMIN', 'http://localhost/opencart/ad33/');
@basilmusa
basilmusa / 0_reuse_code.js
Created April 26, 2016 06:10
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@basilmusa
basilmusa / 00. tutorial.md
Created January 31, 2016 15:43 — forked from maxivak/00. tutorial.md
Importing/Indexing database (MySQL or SQL Server) in Solr using Data Import Handler