auth.php 85 B

1234
  1. <?php
  2. require_once ($_SERVER['DOCUMENT_ROOT']."/inc/login.php");
  3. login($db_link);
  4. ?>