mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-09 01:26:32 +02:00
Consistent comments
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
* * tar
|
* * tar
|
||||||
* * tar.gz
|
* * tar.gz
|
||||||
* * tar.bz2
|
* * tar.bz2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class IFMArchive {
|
class IFMArchive {
|
||||||
|
|
||||||
|
11
src/main.php
11
src/main.php
@@ -1,14 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/* =======================================================================
|
/**
|
||||||
|
* =======================================================================
|
||||||
* Improved File Manager
|
* Improved File Manager
|
||||||
* ---------------------
|
* ---------------------
|
||||||
* License: This project is provided under the terms of the MIT LICENSE
|
* License: This project is provided under the terms of the MIT LICENSE
|
||||||
* http://github.com/misterunknown/ifm/blob/master/LICENSE
|
* http://github.com/misterunknown/ifm/blob/master/LICENSE
|
||||||
* =======================================================================
|
* =======================================================================
|
||||||
*
|
*/
|
||||||
* main
|
|
||||||
*/
|
|
||||||
|
|
||||||
error_reporting(E_ALL);
|
error_reporting(E_ALL);
|
||||||
ini_set('display_errors', 0);
|
ini_set('display_errors', 0);
|
||||||
@@ -932,8 +931,8 @@ f00bar;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
help functions
|
* help functions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
private function l($str) {
|
private function l($str) {
|
||||||
|
Reference in New Issue
Block a user