Update phpnuts.class.php
This commit is contained in:
parent
19a7e34bc6
commit
d8696f1130
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* PHP-Nuts. A PHP package loader system.
|
* PHP-Nuts. A PHP package loader system.
|
||||||
* Copyright (C) 2005 Víctor Román Archidona <contacto@victor-roman.es>
|
* Copyright (C) 2005-2022 Víctor Román Archidona <victor@victorroman.es>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -475,4 +475,4 @@ class PHPNuts {
|
||||||
return count($ar_files) ? $ar_files : NULL;
|
return count($ar_files) ? $ar_files : NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue