Skip to content

Instantly share code, notes, and snippets.

View seanr's full-sized avatar

Sean Robertson seanr

View GitHub Profile
CKEDITOR.on( 'maximize', function( e )
{
console.log(e.data);
if (e.data == 1) {
jquery('#coffee-form.hide-form').hide();
}
else {
jquery('#coffee-form.hide-form').show();
}
});
diff --git a/Check/Hacked/Hacked.php b/Check/Hacked/Hacked.php
new file mode 100644
index 0000000..4761c84
--- /dev/null
+++ b/Check/Hacked/Hacked.php
@@ -0,0 +1,105 @@
+<?php
+/**
+ * @file
+ * Contains \SiteAudit\Check\Hacked.