How do you move confidential files (like the config.php) outside of public html?


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php
  2. require( dirname( __FILE__ ) . '/../joomla.conf' );
  3. ?>

Report this snippet


Comments


You need to login to view comments.