- 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,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<?
|
||||
|
||||
/*
|
||||
* Add Application Note
|
||||
*
|
||||
*/
|
||||
<?php
|
||||
/************************/
|
||||
/* Add Application Note */
|
||||
/************************/
|
||||
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
|
||||
include("path.php");
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* code to View and approve new Apps
|
||||
*/
|
||||
/*************************************/
|
||||
/* code to View and approve new Apps */
|
||||
/*************************************/
|
||||
|
||||
include("path.php");
|
||||
require(BASE."include/"."incl.php");
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<?
|
||||
|
||||
/* Page for managing all of the comments in the apidb */
|
||||
<?php
|
||||
/************************************************************/
|
||||
/* Page for managing all of the comments in the apidb */
|
||||
/* Without having go into each application version to do so */
|
||||
/************************************************************/
|
||||
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?
|
||||
|
||||
<?php
|
||||
/********************************************************/
|
||||
/* code to View and approve new application maintainers */
|
||||
/********************************************************/
|
||||
|
||||
include("path.php");
|
||||
require(BASE."include/"."incl.php");
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?
|
||||
|
||||
<?php
|
||||
/*****************************************************************/
|
||||
/* code to view and maintain the list of application maintainers */
|
||||
/*****************************************************************/
|
||||
|
||||
include("path.php");
|
||||
require(BASE."include/"."incl.php");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
|
||||
include("path.php");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
|
||||
include("path.php");
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
<?
|
||||
|
||||
/*
|
||||
* Edit AppNote
|
||||
*/
|
||||
<?php
|
||||
/****************/
|
||||
/* Edit AppNote */
|
||||
/****************/
|
||||
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
|
||||
include("path.php");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
|
||||
include("path.php");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?
|
||||
|
||||
<?php
|
||||
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<?
|
||||
|
||||
//
|
||||
// Admin Script for API Db
|
||||
// last modified 04-20-01
|
||||
//
|
||||
<?php
|
||||
/***************************/
|
||||
/* Admin Script for API Db */
|
||||
/***************************/
|
||||
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<?
|
||||
<?php
|
||||
define("BASE","../");
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user