Skip to content

Commit 56bbab7

Browse files
committed
Initial commit
1 parent 49ffcdc commit 56bbab7

File tree

6 files changed

+5
-13
lines changed

6 files changed

+5
-13
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ charset = utf-8
1313

1414
# Tab indentation (no size specified)
1515
indent_style = tab
16+

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
application/cache/*
44
!application/cache/index.html
55

6+
67
application/logs/*
78
!application/logs/index.html
89

.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
RewriteEngine On
22
RewriteCond %{REQUEST_FILENAME} !-f
33
RewriteCond %{REQUEST_FILENAME} !-d
4-
RewriteRule ^(.*)$ index.php/$1 [L]
4+
RewriteRule ^(.*)$ index.php/$1 [L]

index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*
55
* An open source application development framework for PHP
66
*
7+
*
78
* This content is released under the MIT License (MIT)
89
*
910
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology

readme.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
# CodeIgniter API Controller v.1.1.0
22

3-
[![GitHub package version](https://img.shields.io/badge/package-v1.1.0-blue.svg)](https://github.com/jeevan15498/CodeIgniter-API-Controller/releases/tag/v1.1.0)
4-
[![GitHub stars](https://img.shields.io/github/stars/jeevan15498/CodeIgniter-API-Controller.svg?style=flat-square)](https://github.com/jeevan15498/CodeIgniter-API-Controller/stargazers)
5-
[![GitHub issues](https://img.shields.io/github/issues/jeevan15498/CodeIgniter-API-Controller.svg?style=flat-square)](https://github.com/jeevan15498/CodeIgniter-API-Controller/issues)
6-
[![GitHub forks](https://img.shields.io/github/forks/jeevan15498/CodeIgniter-API-Controller.svg?style=flat-square)](https://github.com/jeevan15498/CodeIgniter-API-Controller/network)
7-
[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/jeevan15498/CodeIgniter-API-Controller)
8-
9-
10-
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/jeevan15498/CodeIgniter-API-Controller/issues)
11-
[![HitCount](http://hits.dwyl.io/jeean15498/CodeIgniter-API-Controller.svg)](https://github.com/jeevan15498/CodeIgniter-API-Controller)
12-
[![Github All Releases](https://img.shields.io/github/downloads/atom/atom/total.svg)](https://github.com/jeevan15498/CodeIgniter-API-Controller/archive/master.zip)
13-
143
## Files
154

165
[API Documentation](https://github.com/jeevan15498/CodeIgniter-API-Controller#documentation)

system/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
</IfModule>
44
<IfModule !authz_core_module>
55
Deny from all
6-
</IfModule>
6+
</IfModule>

0 commit comments

Comments
 (0)