Amend bower and composer json dscription files (#624)

This commit is contained in:
FrancescoUK
2016-10-02 13:24:00 +01:00
parent 10ab3911dc
commit 676948729b
3 changed files with 17 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ class Login extends CI_Controller
private function _security_check($username, $password)
{
return preg_match('~\b(Copyright|(c)|<7C>|All rights reserved|Developed|Crafted|Implemented|Made|Powered|Code|Design)\b~i', file_get_contents(APPPATH . 'views/partial/footer.php'));
return preg_match('~\b(Copyright|(c)|<7C>|All rights reserved|Developed|Crafted|Implemented|Made|Powered|Code|Design)\b~i', file_get_contents(APPPATH . 'views/partial/footer.php'));
}
}
?>

View File

@@ -1,14 +1,14 @@
{
"name": "opensourcepos",
"name": "OpenSourcePOS",
"description": "Open Source Point of Sale is a web based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface",
"version": "3.0.0",
"authors": [
"jekkos <jeroen.peelaerts - at - gmail.com>",
"FrancescoUK <francesco.lodolo.uk - at - gmail.com>"
],
"description": "Open Source Point of Sale is a web based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface",
"main": "dist/opensourcepos.js",
"keywords": [
"point-of-sale"
"point-of-sale",
"POS"
],
"license": "MIT",
"homepage": "https://github.com/jekkos/opensourcepos",

View File

@@ -1,6 +1,18 @@
{
"name": "OpenSourcePOS",
"description" : "Open Source Point of Sale is a web based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface",
"version": "3.0.0",
"license": "MIT",
"authors": [
"jekkos <jeroen.peelaerts - at - gmail.com>",
"FrancescoUK <francesco.lodolo.uk - at - gmail.com>"
],
"type": "project",
"keywords": [
"point-of-sale",
"POS"
],
"homepage": "https://github.com/jekkos/opensourcepos",
"require": {
"php": ">=5.5",
"codeigniter/framework": "dev-develop#c4bd43432df03e4f4835c7689c8ed722cd2c3020",