PHP Classes

File: api/index.php

Recommend this page to a friend!
  Classes of Boss Ibrahim Mussa   PHP Payment Management System   api/index.php   Download  
File: api/index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Payment Management System
Web application to manage company payments
Author: By
Last change:
Date: 1 year ago
Size: 167 bytes
 

Contents

Class file image Download
<?php
   
require_once('config/cors.php');
    require_once
'config/init.php';
   
// manage cors for API Request
   
cors();
    require_once
'route/index.php';
?>