create_default_tables(); if( $result === true ) { exit( formatJSEND( "success", "Created tables." ) ); } else { exit( formatJSEND( "error", "Could not create tables." ) ); } } else { exit( formatJSEND( "error", "Only admins can use this method." ) ); } }