Skip to content

Commit a3a7d21

Browse files
committed
comments fixes
1 parent 48d0f9b commit a3a7d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/model/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Database
77
protected $conn;
88

99
/*
10-
* create database conection
10+
* create database connection
1111
*/
1212
public function __construct($config = null)
1313
{

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Default accepting requests from everywhere. You can remove it if you want
2+
// Default allow requests from everywhere. You can remove it if you want
33
header('Access-Control-Allow-Origin: *');
44
header('Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept');
55

0 commit comments

Comments
 (0)