Minor - Removing unused file

skala
Julio Montoya 12 years ago
parent a4749e22d0
commit 2700a28c7e
  1. 15
      main/document/controller.php

@ -1,15 +0,0 @@
<?php
/* For licensing terms, see /license.txt */
/**
* Document controller class definition
* @package chamilo.document
*/
/**
* Init
*/
class DocumentController {
function __construct($title = null) {
$this->tpl = new Template($title);
}
}
Loading…
Cancel
Save