pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
1 sec ago
Untitled
7 sec ago
Untitled
8 sec ago
Untitled
11 sec ago
Untitled
HTML | 29 sec ago
Untitled
21 sec ago
Untitled
26 sec ago
Untitled
23 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 21st, 2010 | Syntax:
PHP
| Size: 0.16 KB | Hits: 97 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
This paste has a previous version,
view the difference
.
<?php
defined
(
'SYSPATH'
)
or
die
(
'No direct script access.'
)
;
return
array
(
'username'
=>
Array
(
'not_empty'
=>
'Gebruikersnaam mag niet leeg zijn!'
)
)
;
create new paste
|
create new version of this paste
RAW Paste Data
<?php defined('SYSPATH') or die('No direct script access.'); return array( 'username' => Array('not_empty' => 'Gebruikersnaam mag niet leeg zijn!' ) );