OXID eShop CE
4.10.2
Main Page
Related Pages
Classes
Files
File List
File Members
OXID eShop CE
Deprecated List
Classes
Files
File List
admin
application
bin
core
exception
interface
objects
oxapplicationserver.php
oxbase.php
oxcaptcha.php
oxccvalidator.php
oxcompanyvatinchecker.php
oxcompanyvatincountrychecker.php
oxcompanyvatinvalidator.php
oxconfig.php
oxconfigfile.php
oxcounter.php
oxcurl.php
oxdb.php
oxdbmetadatahandler.php
oxdebugdb.php
oxdebuginfo.php
oxdecryptor.php
oxdisplayerror.php
oxdynimggenerator.php
oxemail.php
oxencryptor.php
oxerpbase.php
oxerpcsv.php
oxerpgenimport.php
oxfb.php
oxfield.php
oxfunctions.php
oxhasher.php
oxheader.php
oxi18n.php
oxid.php
oxinputvalidator.php
oxlang.php
oxlegacydb.php
oxlist.php
oxmailvalidator.php
oxmodule.php
oxmodulecache.php
oxmodulefilesvalidator.php
oxmoduleinstaller.php
oxmodulelist.php
oxmodulemetadataagainstshopvalidator.php
oxmodulemetadatavalidator.php
oxmodulevalidatorfactory.php
oxnojsvalidator.php
oxonlinecaller.php
oxonlinelicensecheck.php
oxonlinelicensecheckcaller.php
oxonlinelicensecheckrequest.php
oxonlinelicensecheckresponse.php
oxonlinemodulesnotifierrequest.php
oxonlinemoduleversionnotifier.php
oxonlinemoduleversionnotifiercaller.php
oxonlinerequest.php
oxonlineserveremailbuilder.php
oxonlinevatidcheck.php
oxopensslfunctionalitychecker.php
oxoutput.php
oxpasswordhasher.php
oxpasswordsaltgenerator.php
oxpdf.php
oxpicturehandler.php
oxprice.php
oxpricelist.php
oxregistry.php
oxseodecoder.php
oxseoencoder.php
oxsepabicvalidator.php
oxsepaibanvalidator.php
oxsepavalidator.php
oxserverchecker.php
oxserverprocessor.php
oxserversmanager.php
oxsession.php
oxsha512hasher.php
oxshopcontrol.php
oxsimplexml.php
oxstdclass.php
oxstr.php
oxstrmb.php
oxstrregular.php
oxsupercfg.php
oxsysrequirements.php
oxsystemeventhandler.php
oxtheme.php
oxuniversallyuniqueidgenerator.php
oxusercounter.php
oxutils.php
oxutilscount.php
oxutilsdate.php
oxutilsfile.php
oxutilsobject.php
oxutilspic.php
oxutilsserver.php
oxutilsstring.php
oxutilsurl.php
oxutilsview.php
oxutilsxml.php
oxview.php
oxviewconfig.php
oxwidgetcontrol.php
modules
index.php
bootstrap.php
config.inc.php
getimg.php
oxseo.php
version.php
widget.php
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
oxnojsvalidator.php
Go to the documentation of this file.
1
<?php
2
6
class
oxNoJsValidator
7
{
15
public
function
isValid
($configValue)
16
{
17
$isValid =
true
;
18
if
(preg_match(
'/<script.*>/'
, $configValue) !== 0) {
19
$isValid =
false
;
20
}
21
22
return
$isValid;
23
}
24
}
core
oxnojsvalidator.php
Generated by
1.8.1.2