Customers Add+Edit, API WP
This commit is contained in:
parent
dc63fa9fb2
commit
75a0f9a38a
120 changed files with 11894 additions and 6134 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#php_value memory_limit 512MB
|
||||
<IfModule mod_rewrite.c>
|
||||
<IfModule mod_negotiation.c>
|
||||
Options -MultiViews -Indexes
|
||||
|
|
|
|||
|
|
@ -51,4 +51,26 @@ a[aria-expanded='true'] > .fa-caret-expand:before {
|
|||
|
||||
.text-match{
|
||||
color:#295B28;
|
||||
}
|
||||
|
||||
.sidenav-vertical .sidenav-menu {
|
||||
padding-top: 0.225rem;
|
||||
padding-bottom: 0.225rem;
|
||||
}
|
||||
|
||||
.sidenav-vertical .sidenav-menu .sidenav-link {
|
||||
padding-top: 0.525rem;
|
||||
padding-bottom: 0.525rem;
|
||||
}
|
||||
|
||||
.form-control.has-error .form-control {
|
||||
border: 1px solid #ea8e49;
|
||||
}
|
||||
|
||||
.form-group.has-error .form-control {
|
||||
border: 1px solid #ea8e49;
|
||||
}
|
||||
|
||||
.has-error .help-block{
|
||||
color: #a94442;
|
||||
}
|
||||
4
public/phpinfo.php
Normal file
4
public/phpinfo.php
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
|
||||
phpinfo();
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue