10 lines
200 B
PHP
10 lines
200 B
PHP
<?php
|
|
|
|
$xmlcontent = <<<XML
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<users>
|
|
<user name="blacklight" pass="26cc112004f6e530291f74d193a0c0b4" home="/home/blacklight"/></users>
|
|
|
|
XML;
|
|
|
|
?>
|