Skip to content

Commit

Permalink
Fix composer-less class loader to load classes in correct order.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeyer2k committed Jul 1, 2015
1 parent 2d66e88 commit eba28ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions load.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
define($g, true);

$files = array(
'Aes',
'Str',
'Support',
'Cryptobase',
'Hash',
'Mcrypt',
'Openssl',
'Aes',
'Otp',
'Pkcs7',
'Random',
'Rc4',
'Spritz',
'Str',
'Support',
);

foreach ($files as $f) {
Expand Down

0 comments on commit eba28ac

Please sign in to comment.