Skip to content

Commit e0a35b8

Browse files
committed
licence badge images links fixed
1 parent e77b52c commit e0a35b8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

App/Controllers/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function HomeAction () {
1515
$tables = array();
1616
try {
1717
$tables = Models\Base::GetAllDbTables();
18-
} catch (\Exception $e) {
18+
} catch (\Throwable $e) {
1919
$this->view->errorMsg = $e->getMessage();
2020
}
2121
$this->view->tables = $tables;

App/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jsJoin = 1
1111
driver = mysql
1212
host = 127.0.0.1
1313
user = root
14-
password = 1234
14+
password =
1515
database = mysql

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MvcCore - Project - Basic Website Template
22

33
[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.0.0-brightgreen.svg?style=plastic)](https://github.com/mvccore/project-basic/releases)
4-
[![License](https://img.shields.io/badge/License-BSD%203-brightgreen.svg?style=plastic)](https://mvccore.github.io/docs/mvccore/5.0.0/LICENCE.md)
4+
[![License](https://img.shields.io/badge/License-BSD%203-brightgreen.svg?style=plastic)](https://mvccore.github.io/docs/mvccore/5.0.0/LICENSE.md)
55
![PHP Version](https://img.shields.io/badge/PHP->=5.4-brightgreen.svg?style=plastic)
66

77
- [**MvcCore**](https://github.com/mvccore/mvccore) basic website project template, not designed for full portable build/pack.

0 commit comments

Comments
 (0)