1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-10 18:14:00 +02:00

Consistent comments

This commit is contained in:
Marco Dickert
2023-11-23 12:34:41 +01:00
parent 096a391809
commit 3e208c47c9
2 changed files with 6 additions and 7 deletions

View File

@@ -1,13 +1,12 @@
<?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);
@@ -932,8 +931,8 @@ f00bar;
} }
} }
/* /**
help functions * help functions
*/ */
private function l($str) { private function l($str) {