Skip to content

Commit 07dccf8

Browse files
committed
Added Base 64 encoder implementation.
1 parent 2b8800c commit 07dccf8

File tree

2 files changed

+526
-2
lines changed

2 files changed

+526
-2
lines changed

source/Autoload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*******************************************************************\
44
|* Author: Djordje Jocic *|
5-
|* Year: 2018 *|
5+
|* Year: 2019 *|
66
|* License: MIT License (MIT) *|
77
|* =============================================================== *|
88
|* Personal Website: http://www.djordjejocic.com/ *|
@@ -35,7 +35,7 @@
3535
* Loads a desired class from the project's source directory.
3636
*
3737
* @author Djordje Jocic <[email protected]>
38-
* @copyright 2018 All Rights Reserved
38+
* @copyright 2019 All Rights Reserved
3939
* @version 1.0.0
4040
*
4141
* @param string $class_name

0 commit comments

Comments
 (0)