Astra Security
This commit is contained in:
18
libraries/Config_file.php
Normal file
18
libraries/Config_file.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* To change this license header, choose License Headers in Project Properties.
|
||||
* To change this template file, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Description of Config_file
|
||||
*
|
||||
* @author anandakrishna
|
||||
*/
|
||||
class Config_file {
|
||||
public function __construct() {
|
||||
echo "Hi";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user