Advertisement
nikocunha

Untitled

Mar 4th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <?php
  2. // Procura pelo arquivo de instalação:
  3. // ========================================
  4. $config = 'localhost/crm_/'.$diretorio.'/instalationFiles/configuration.php';
  5. if(file_exists($config)) {
  6. echo "<div id='alert' class='alert box-shadow alert-success'>
  7. <b>O arquivo CONFIGURATION foi encontrado.</b><br>
  8. </div>";
  9. include($config);
  10. }
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement