-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #156 from kivudesign/version_boss
[ENH] refactor and clean code
- Loading branch information
Showing
48 changed files
with
702 additions
and
633 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?php | ||
$language=[ | ||
"Welcom"=>"Welcom" | ||
$language = [ | ||
"Welcom" => "Welcom" | ||
]; | ||
$validation=[ | ||
"required"=>"required", | ||
"min"=>"must be a minimum of", | ||
"max"=>"must be a maximum of", | ||
"matches"=>"must match", | ||
"number"=>"must be a number", | ||
"email"=>"invalid email address", | ||
"url"=>"invalid url", | ||
"file"=>"should be a file", | ||
"unique"=>"already exist.", | ||
"unknown"=>"unknown" | ||
$validation = [ | ||
"required" => "required", | ||
"min" => "must be a minimum of", | ||
"max" => "must be a maximum of", | ||
"matches" => "must match", | ||
"number" => "must be a number", | ||
"email" => "invalid email address", | ||
"url" => "invalid url", | ||
"file" => "should be a file", | ||
"unique" => "already exist.", | ||
"unknown" => "unknown" | ||
]; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.