Files
yogiwhere/public/schoolarea/include/generalsettings.php
T
2024-09-18 11:20:28 +02:00

11 lines
241 B
PHP

<?php
$linkglobal="http://localhost/yogiwhere/public/schoolarea";
$fromaddresssmail="info@acscreativesolutions.com";
$openssl_encryptionAlgorithm = 'AES-128-CTR';
$openssl_encryptionKey = '6LdmQRcUAADGAJ530rqWaAxbuyPA9kZaO6r1I_MC6';
?>