<?php /* Photoshop Online */ include_once 'sys/inc/start.php'; include_once 'sys/inc/compress.php'; include_once 'sys/inc/sess.php'; include_once 'sys/inc/home.php'; include_once 'sys/inc/settings.php'; include_once 'sys/inc/db_connect.php'; include_once 'sys/inc/ipua.php'; include_once 'sys/inc/fnc.php'; include_once 'sys/inc/user.php'; $set['title']='Photoshop'; include_once 'sys/inc/thead.php'; title(); aut(); // форма авторизации echo '<iframe src="http://pixlr.com/editor/?loc=ru" scrolling="Yes" frameborder="0" height="900" width="215%"></iframe>'; include_once 'sys/inc/tfoot.php'; ?>