Repositorio del curso CCOM4030 el semestre B91 del proyecto Trolley

dberase.php 163B

123456
  1. <?php
  2. //Description: Erases everything in both db.txt, db2.txt.
  3. file_put_contents("/var/www/html/db.txt", "");
  4. file_put_contents("/var/www/html/db2.txt", "");
  5. ?>