MyBB Community Forums

Full Version: Test.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Test.
echo "Test.";
<?php

$class = "libzend";

if(!$class instanceof MyBB) {
    echo $class," is not a child of MyBB";
}
icle.