Skip to content

Instantly share code, notes, and snippets.

● apache2.service - LSB: Apache2 web server
Loaded: loaded (/etc/init.d/apache2)
Active: failed (Result: exit-code) since Thu 2015-05-14 11:50:34 EDT; 6min ago
Process: 5837 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)
require.config({
baseUrl:'/js/Dash',
shim: {
backbone: {
deps: [
"underscore",
"jquery"
],
exports: "Backbone"
},
@mergeweb
mergeweb / gist:4666385
Created January 29, 2013 18:25
Replace the default gallery with a simple thickbox
add_action('init', 'load_classes');
/**
* Function Name: load_classes
* Description: Load the classes we need
* Date Added: Thu, Jan 24, 2013
*/
function load_classes(){
global $GalleryHelper;