Skip to content
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.

Commit

Permalink
update info.
Browse files Browse the repository at this point in the history
  • Loading branch information
ve3 committed Apr 21, 2016
1 parent 46dda46 commit 7e1d3a2
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 10 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This can help those developers build their project very fast.

[![Latest Stable Version](https://poser.pugx.org/okvee/fuel-start/v/stable)](https://packagist.org/packages/okvee/fuel-start)
[![License](https://poser.pugx.org/okvee/fuel-start/license)](https://packagist.org/packages/okvee/fuel-start)
[![Total Downloads](https://poser.pugx.org/okvee/fuel-start/downloads)](https://packagist.org/packages/okvee/fuel-start)

##Features
* Account management with ACL.
Expand All @@ -29,6 +30,11 @@ This repository is running daily/nightly (or almost daily/nightly) build without
To make sure that you are using the most completed set from each version, please go to [releases menu][4] and download from there.<br>
You can download from both green button or Source code buttons with no problem.

###Clone this repository
If you clone this repository from Github for Windows, you may get the error message.<br>
Please try to clone via git shell with this command. `git clone https://github.com/OkveeNet/fuel-start`<br>
And then you can add the cloned folder into Github for Windows later.

---

##License
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "metapackage",
"description" : "The backoffice system built on FuelPHP framework for developers.",
"keywords": ["back office", "backoffice", "backend", "FuelPHP ACL", "FuelPHP account permission system"],
"homepage": "http://okvee.net/th/web-resources/download/fuel-start",
"homepage": "http://rundiz.com/web-resources/downloads/fuel-start-%E0%B8%A3%E0%B8%B0%E0%B8%9A%E0%B8%9A-back-office-%E0%B8%AA%E0%B8%B3%E0%B8%AB%E0%B8%A3%E0%B8%B1%E0%B8%9A%E0%B9%80%E0%B8%A3%E0%B8%B4%E0%B9%88%E0%B8%A1%E0%B9%82%E0%B8%9B%E0%B8%A3%E0%B9%80",
"license": "MIT",
"repositories": [
{ "type": "vcs", "url": "https://github.com/fuel/docs" },
Expand Down
3 changes: 1 addition & 2 deletions fuel/app/classes/controller/basecontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
* Base Controller of Fuel Start
*
* @package FuelStart
* @version 1.6.1
* @version 1.6.2
* @author Vee W.
* @license http://opensource.org/licenses/MIT
* @link http://okvee.net/th/web-resources/download/fuel-start
*
*/

Expand Down
2 changes: 1 addition & 1 deletion fuel/app/classes/extension/uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public static function protocol()
*
* @author Vee Winch.
* @license MIT
* @link http://okvee.net The author's website.
* @link http://rundiz.com The author's website.
* @package Fuel Start
*/
public function redirectLanguageUri()
Expand Down
2 changes: 1 addition & 1 deletion fuel/app/modules/blog/blog_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
* Version:
* Description:
* Author: Vee W.
* Author URL: http://okvee.net
* Author URL: http://rundiz.com
*/
2 changes: 1 addition & 1 deletion fuel/app/modules/dbhelper/dbhelper_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
* Version:
* Description:
* Author: Vee W.
* Author URL: http://okvee.net
* Author URL: http://rundiz.com
*/
2 changes: 1 addition & 1 deletion fuel/app/modules/fs/fs_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
* Version:
* Description: To run updater you have to browse to fs/admin/update. example: http://localhost/fs/admin/update
* Author: Vee W.
* Author URL: http://okvee.net
* Author URL: http://rundiz.com
*/
2 changes: 1 addition & 1 deletion fuel/app/modules/tmd/tmd_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
* Version:
* Description:
* Author: Vee W.
* Author URL: http://okvee.net
* Author URL: http://rundiz.com
*/

2 changes: 1 addition & 1 deletion public/public/themes/system/front/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

<div class="row row-with-vspace page-footer">
<footer class="col-md-12">
&copy; Fuel Start 2013 - by <a href="http://okvee.net">Okvee.net</a>.
&copy; Fuel Start 2013 - by <a href="http://rundiz.com">rundiz.com</a>.
</footer>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/public/themes/system/front/templates/index_v.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

<div class="row row-with-vspace page-footer">
<footer class="col-md-12">
&copy; Fuel Start 2013 - by <a href="http://okvee.net">Okvee.net</a>.
&copy; Fuel Start 2013 - by <a href="http://rundiz.com">rundiz.com</a>.
</footer>
</div>
</article>
Expand Down

0 comments on commit 7e1d3a2

Please sign in to comment.