Code formatting.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
if(isset($_GET['section']) AND isset($links[$_GET['section']])) {
|
||||
include $links[$_GET['section']];
|
||||
}
|
||||
else {
|
||||
}
|
||||
if (isset($_GET['section']) and isset($links[$_GET['section']])) {
|
||||
include $links[$_GET['section']];
|
||||
} else {
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user