File: add_photos_refresh.php

package info (click to toggle)
gallery 1.5-1sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 21,172 kB
  • ctags: 4,516
  • sloc: php: 26,456; sh: 427; perl: 188; makefile: 58; xml: 48
file content (9 lines) | stat: -rw-r--r-- 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
<html>
<head>
<title>Refresh</title>
</head>
<body onLoad="parent.opener.hideProgressAndReload(); window.close();">
<!-- This is a hack that's needed for the GR applet to be able to
refresh the album page after a successful upload... -->
</body>
</html>