Removing lowercase file.
This commit is contained in:
parent
9d867f7cd7
commit
2ff4609936
1 changed files with 0 additions and 20 deletions
20
gantt.php
20
gantt.php
|
@ -1,20 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* gantt - File for the gantt class
|
||||
*
|
||||
* Takes data for events from users to create a basic gantt chart that can
|
||||
* be displayed in various formats.
|
||||
*
|
||||
* @author Andrew Tomaka
|
||||
* @version 1.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* gantt - Gantt chart class.
|
||||
*
|
||||
* Manage events added by a user to produce a gantt chart
|
||||
*
|
||||
* @author Andrew TOmaka
|
||||
* @version 1.0
|
||||
**/
|
||||
?>
|
Loading…
Reference in a new issue