0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
lib
/
phplayers
/
[
Home
]
File: example-frame.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html> <head> <title>The PHP Layers Menu System</title> </head> <frameset cols="180,*"> <frame name="menuframe" src="example-frame-treemenu.php" /> <frame name="bodyframe" src="example-frame-body.php" /> </frameset> </html>