Changeset 3 for trunk/index.php

Show
Ignore:
Timestamp:
06/17/08 22:52:15 (7 months ago)
Author:
olly
Message:

Renaming files to .php extension.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/index.php

    r2 r3  
    1111switch ($method) { 
    1212case "bustracker.departures.getNext": 
    13         include("bustracker.departures.getNext"); 
     13        include("bustracker.departures.getNext.php"); 
    1414        break; 
    1515default: 
    16         include("default"); 
     16        include("default.php"); 
    1717} 
    1818