mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-13 18:23:57 -04:00
Amend bower and composer json dscription files (#624)
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user