Install Smarty Composer package
This commit is contained in:
13
www/admin/test_composer_packages.php
Normal file
13
www/admin/test_composer_packages.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
// Pure test for composer packages
|
||||
|
||||
require "../vendor/autoload.php";
|
||||
|
||||
$status = CoreLibs\Get\DotEnv::readEnvFile('.', 'test.env');
|
||||
|
||||
print "S: " . $status . ", ENV: <pre>" . print_r($_ENV, true) . "</pre><br>";
|
||||
|
||||
print "Bytes: " . CoreLibs\Convert\Byte::humanReadableByteFormat(123414) . "<br>";
|
||||
|
||||
// __END__
|
||||
Reference in New Issue
Block a user