Skip to content

Instantly share code, notes, and snippets.

View timbuckingham's full-sized avatar

Tim Buckingham timbuckingham

View GitHub Profile
@timbuckingham
timbuckingham / bigtree-2-to-4.php
Created May 30, 2018 18:29
BigTree 2.x to 4.0 Upgrade Script
<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>BigTree 2 to 4 Converter</title>
@timbuckingham
timbuckingham / index.php
Created November 27, 2016 00:00
BigTree 4.2+ /site/index.php file
<?php
$server_root = str_replace("site/index.php","",strtr(__FILE__, "\\", "/"));
include "../core/launch.php";