6 lines
264 B
PHP
Executable File
6 lines
264 B
PHP
Executable File
<?php
|
|
if ( isset ($theVoletCss) && $theVoletCss!='' ) $_SESSION['theVoletCss']=$theVoletCss;
|
|
if ( isset ($nomCss) ) $_SESSION['nomCss']=$nomCss;
|
|
if ( isset ($theNumCss) ) $_SESSION['theNumCss']=$theNumCss;
|
|
if ( isset ($affCss) ) $_SESSION['affCss']=$affCss;
|
|
?>
|