Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
scrapper-portabilidad
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Javier
scrapper-portabilidad
Commits
782a1b01
Commit
782a1b01
authored
Mar 31, 2022
by
Javier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Se elimina error comillas en nombre y apellido
parent
f82af503
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
create_user.php
mbilling/create_user.php
+1
-1
No files found.
mbilling/create_user.php
View file @
782a1b01
...
@@ -13,7 +13,7 @@ if (isset($argv[1]) && isset($argv[2]) && isset($argv[3]) && isset($argv[4]) &&
...
@@ -13,7 +13,7 @@ if (isset($argv[1]) && isset($argv[2]) && isset($argv[3]) && isset($argv[4]) &&
'username'
=>
$argv
[
1
],
'username'
=>
$argv
[
1
],
'password'
=>
$argv
[
2
]
.
strval
(
rand
(
100
,
999
)),
'password'
=>
$argv
[
2
]
.
strval
(
rand
(
100
,
999
)),
'active'
=>
'1'
,
'active'
=>
'1'
,
'firstname'
=>
str
toupper
(
$argv
[
3
]
),
'firstname'
=>
str
_replace
(
"
\"
"
,
""
,
strtoupper
(
$argv
[
3
])
),
'lastname'
=>
strtoupper
(
$argv
[
4
]),
'lastname'
=>
strtoupper
(
$argv
[
4
]),
'callingcard_pin'
=>
strval
(
rand
(
1000
,
9999
)),
'callingcard_pin'
=>
strval
(
rand
(
1000
,
9999
)),
'id_group'
=>
3
,
'id_group'
=>
3
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment