yogiwhere/public/frontend/include/generalsettings.php

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';
?>