- replaced tons of tabs with spaces
- replaced <? with <?php for compatibility sake (see TODO and CODING_STANDARD to know more) - improved overall code lisibility
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
<?
|
||||
<?php
|
||||
/*****************/
|
||||
/* Login SideBar */
|
||||
/*****************/
|
||||
|
||||
require_once(BASE."include/"."maintainer.php");
|
||||
require_once(BASE."include/"."category.php");
|
||||
|
||||
/*
|
||||
* Login SideBar
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
function global_sidebar_login() {
|
||||
|
||||
global $apidb_root;
|
||||
|
||||
Reference in New Issue
Block a user